Skip to content

Commit 1cc2ecc

Browse files
authored
Releasing v0.8.1 (#112)
1 parent 5640be4 commit 1cc2ecc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## v0.8.0
26
- Set `required` in request body and response body
37
[#95](https://github.com/exoego/rspec-openapi/pull/95), [#98](https://github.com/exoego/rspec-openapi/pull/98)

lib/rspec/openapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module OpenAPI
5-
VERSION = '0.8.0'
5+
VERSION = '0.8.1'
66
end
77
end

0 commit comments

Comments
 (0)