Skip to content

Commit

Permalink
Version 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 20, 2021
1 parent 76d3ba9 commit cc278a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.14

* Avoid an error when an application calls `request.body.read`
[#20](https://github.com/k0kubun/rspec-openapi/pull/20)

## v0.3.13

* Avoid crashing when there's no request made in a spec
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/openapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module OpenAPI
VERSION = '0.3.13'
VERSION = '0.3.14'
end
end

0 comments on commit cc278a6

Please sign in to comment.