From cc278a6087cbb114f69a47aebd10bb2492441a97 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 19 Feb 2021 22:47:25 -0800 Subject: [PATCH] Version 0.3.14 --- CHANGELOG.md | 5 +++++ lib/rspec/openapi/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6576feda..6583aee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.14 + +* Avoid an error when an application calls `request.body.read` + [#20](https://github.com/k0kubun/rspec-openapi/pull/20) + ## v0.3.13 * Avoid crashing when there's no request made in a spec diff --git a/lib/rspec/openapi/version.rb b/lib/rspec/openapi/version.rb index 7bd5959d..81be0495 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -1,5 +1,5 @@ module RSpec module OpenAPI - VERSION = '0.3.13' + VERSION = '0.3.14' end end