From b26fccf421be6ae3055982b9d4c980b574aa05e5 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 26 Jan 2021 23:40:04 -0800 Subject: [PATCH] Version 0.3.11 --- 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 045eb9f1..31e221ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.11 + +* Show a filename as an `example` for `ActionDispatch::Http::UploadedFile` + [#17](https://github.com/k0kubun/rspec-openapi/pull/17) + ## v0.3.10 * Add `info.version` diff --git a/lib/rspec/openapi/version.rb b/lib/rspec/openapi/version.rb index c93371d8..69e7ea45 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -1,5 +1,5 @@ module RSpec module OpenAPI - VERSION = '0.3.10' + VERSION = '0.3.11' end end