We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5640be4 commit 1cc2eccCopy full SHA for 1cc2ecc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.8.1
2
+- bugfix: Empty `required` array should not be present.
3
+ [#111](https://github.com/exoego/rspec-openapi/pull/111)
4
+
5
## v0.8.0
6
- Set `required` in request body and response body
7
[#95](https://github.com/exoego/rspec-openapi/pull/95), [#98](https://github.com/exoego/rspec-openapi/pull/98)
lib/rspec/openapi/version.rb
@@ -2,6 +2,6 @@
module RSpec
module OpenAPI
- VERSION = '0.8.0'
+ VERSION = '0.8.1'
end
0 commit comments