From 8221c70052023f327fb6edfebb7165f396ecdc83 Mon Sep 17 00:00:00 2001 From: exoego Date: Tue, 10 Oct 2023 16:06:29 +0900 Subject: [PATCH] releasing 0.9.0 --- CHANGELOG.md | 14 ++++++++++++++ lib/rspec/openapi/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5d1416..37a2e231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.9.0 +- bugfix: Fix engine path resolution + [#113](https://github.com/exoego/rspec-openapi/pull/113) +- bugfix: fix multiple uploaded files + [#117](https://github.com/exoego/rspec-openapi/pull/117), [#126](https://github.com/exoego/rspec-openapi/pull/126) +- feat: Add required_request_params to metadata + [#114](https://github.com/exoego/rspec-openapi/pull/114) +- bugfix(minitest): + [#128](https://github.com/exoego/rspec-openapi/pull/128) +- doc(minitest): Add instructions for minitest triggered yaml generation + [#116](https://github.com/exoego/rspec-openapi/pull/116) +- chore: Don't dump records into temporary file + [#127](https://github.com/exoego/rspec-openapi/pull/127) + ## v0.8.1 - bugfix: Empty `required` array should not be present. [#111](https://github.com/exoego/rspec-openapi/pull/111) diff --git a/lib/rspec/openapi/version.rb b/lib/rspec/openapi/version.rb index 8f6badc5..59455dda 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -2,6 +2,6 @@ module RSpec module OpenAPI - VERSION = '0.8.1' + VERSION = '0.9.0' end end