Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.4.0 #197

Merged
merged 3 commits into from
Jan 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Unreleased
Add methods for harmless upgrade (#199, #195)
Support filepath option (#191)
Change change validate_errors option to validate_success_only (#187)
Bugfix for coerce_recursive option in request params (#162)
Path definition fewer matches in OpenAPI2 (#160)
Deprecated test method (#157)
Add `error_handler` option (#152)

2.3.0 2018-11-15
Deprecate use of `JsonSchema::Schema` object (#147)
Expand Down
2 changes: 1 addition & 1 deletion committee.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "committee"
s.version = "2.3.0"
s.version = "2.4.0"

s.summary = "A collection of Rack middleware to support JSON Schema."

Expand Down