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 607d762 commit 01d4394Copy full SHA for 01d4394
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.7.1
2
+- $ref enhancements: Generate Response Headers
3
+ [#80](https://github.com/k0kubun/rspec-openapi/pull/80)
4
+- Administration
5
+ - Setup RuboCop
6
+ [#73](https://github.com/k0kubun/rspec-openapi/pull/73)
7
+ - Setup CodeQL
8
9
+ - Bump Rails v6.0.3.x to fix bundle failure
10
+ [#72](https://github.com/k0kubun/rspec-openapi/pull/72)
11
+
12
## v0.7.0
13
- Generate Response Headers
14
[#69](https://github.com/k0kubun/rspec-openapi/pull/69)
lib/rspec/openapi/version.rb
@@ -1,5 +1,5 @@
module RSpec
module OpenAPI
- VERSION = '0.7.0'
+ VERSION = '0.7.1'
end
0 commit comments