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