Skip to content

Commit 861a8c6

Browse files
authored
Merge pull request #137 from exoego/release/0.9.0
releasing 0.9.0
2 parents 48d556d + 8221c70 commit 861a8c6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.9.0
2+
- bugfix: Fix engine path resolution
3+
[#113](https://github.com/exoego/rspec-openapi/pull/113)
4+
- bugfix: fix multiple uploaded files
5+
[#117](https://github.com/exoego/rspec-openapi/pull/117), [#126](https://github.com/exoego/rspec-openapi/pull/126)
6+
- feat: Add required_request_params to metadata
7+
[#114](https://github.com/exoego/rspec-openapi/pull/114)
8+
- bugfix(minitest):
9+
[#128](https://github.com/exoego/rspec-openapi/pull/128)
10+
- doc(minitest): Add instructions for minitest triggered yaml generation
11+
[#116](https://github.com/exoego/rspec-openapi/pull/116)
12+
- chore: Don't dump records into temporary file
13+
[#127](https://github.com/exoego/rspec-openapi/pull/127)
14+
115
## v0.8.1
216
- bugfix: Empty `required` array should not be present.
317
[#111](https://github.com/exoego/rspec-openapi/pull/111)

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.1'
5+
VERSION = '0.9.0'
66
end
77
end

0 commit comments

Comments
 (0)