Skip to content

Commit

Permalink
Merge pull request #137 from exoego/release/0.9.0
Browse files Browse the repository at this point in the history
releasing 0.9.0
  • Loading branch information
exoego committed Oct 10, 2023
2 parents 48d556d + 8221c70 commit 861a8c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.9.0
- bugfix: Fix engine path resolution
[#113](https://github.com/exoego/rspec-openapi/pull/113)
- bugfix: fix multiple uploaded files
[#117](https://github.com/exoego/rspec-openapi/pull/117), [#126](https://github.com/exoego/rspec-openapi/pull/126)
- feat: Add required_request_params to metadata
[#114](https://github.com/exoego/rspec-openapi/pull/114)
- bugfix(minitest):
[#128](https://github.com/exoego/rspec-openapi/pull/128)
- doc(minitest): Add instructions for minitest triggered yaml generation
[#116](https://github.com/exoego/rspec-openapi/pull/116)
- chore: Don't dump records into temporary file
[#127](https://github.com/exoego/rspec-openapi/pull/127)

## v0.8.1
- bugfix: Empty `required` array should not be present.
[#111](https://github.com/exoego/rspec-openapi/pull/111)
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.8.1'
VERSION = '0.9.0'
end
end

0 comments on commit 861a8c6

Please sign in to comment.