Skip to content

Commit 01d4394

Browse files
committed
Releasing v0.7.1
1 parent 607d762 commit 01d4394

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[#73](https://github.com/k0kubun/rspec-openapi/pull/73)
9+
- Bump Rails v6.0.3.x to fix bundle failure
10+
[#72](https://github.com/k0kubun/rspec-openapi/pull/72)
11+
112
## v0.7.0
213
- Generate Response Headers
314
[#69](https://github.com/k0kubun/rspec-openapi/pull/69)

lib/rspec/openapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpec
22
module OpenAPI
3-
VERSION = '0.7.0'
3+
VERSION = '0.7.1'
44
end
55
end

0 commit comments

Comments
 (0)