Skip to content

Commit

Permalink
Version 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jun 12, 2021
1 parent 29d556a commit cb6724b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.16

* Use `media_type` instead of `content_type` for Rails 6.1
[#26](https://github.com/k0kubun/rspec-openapi/pull/26)
* Avoid crashing the after suite hook when it fails to build schema
[#27](https://github.com/k0kubun/rspec-openapi/pull/27)

## v0.3.15

* Fix an error when Content-Disposition header is inline
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.15'
VERSION = '0.3.16'
end
end

0 comments on commit cb6724b

Please sign in to comment.