Skip to content

Commit

Permalink
Prepare for v0.12.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Feb 17, 2024
1 parent 3932a49 commit 5469c81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## v0.11.0
## v0.12.0

- feat: Initial support of complex schema with manually-added `oneOf`
[#174](https://github.com/exoego/rspec-openapi/pull/174)
- chore: Test with Ruby 3.3 and Rails 7.1.x
[#169](https://github.com/exoego/rspec-openapi/pull/169)

## What's Changed
## v0.11.0
- feat: Allow path-based config overrides
[#162](https://github.com/exoego/rspec-openapi/pull/162)
- enhancement: Sort HTTP methods, response status codes, and contents lexicographically
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/openapi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module OpenAPI
VERSION = '0.11.0'
VERSION = '0.12.0'
end
end

0 comments on commit 5469c81

Please sign in to comment.