From 86c8bec714f836a54a5dd7e30a563cecc297b4ee Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 19 Jun 2020 02:44:44 -0700 Subject: [PATCH] Version 0.1.1 --- CHANGELOG.md | 4 ++++ lib/rspec/openapi/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6675bcbd..c8c0eda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.1 + +* Generate a path like `/{id}` instead of `/:id` + ## v0.1.0 * Initial release diff --git a/lib/rspec/openapi/version.rb b/lib/rspec/openapi/version.rb index 2392f17a..4c30cf32 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -1,5 +1,5 @@ module RSpec module OpenAPI - VERSION = '0.1.0' + VERSION = '0.1.1' end end