Skip to content

Commit

Permalink
Releasing v0.8.1 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Apr 29, 2023
1 parent 5640be4 commit 1cc2ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.8.1
- bugfix: Empty `required` array should not be present.
[#111](https://github.com/exoego/rspec-openapi/pull/111)

## v0.8.0
- Set `required` in request body and response body
[#95](https://github.com/exoego/rspec-openapi/pull/95), [#98](https://github.com/exoego/rspec-openapi/pull/98)
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.0'
VERSION = '0.8.1'
end
end

0 comments on commit 1cc2ecc

Please sign in to comment.