diff --git a/README.md b/README.md index 15ec984..6fe8c95 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Throw a ★ on it! :) ## Release notes +* v1.3.3: Bugfix to allow `parameter` inside `swagger_path`. * v1.3.2: Bugfix to allow `property` inside `items` for rare extended schema uses. * v1.3.1: Bugfix to allow nested objects via `property` nested in `property`. * v1.3.0: Added support for condensed syntax via inline keys on every block. diff --git a/lib/swagger/blocks/version.rb b/lib/swagger/blocks/version.rb index 7701411..82b68a2 100644 --- a/lib/swagger/blocks/version.rb +++ b/lib/swagger/blocks/version.rb @@ -1,5 +1,5 @@ module Swagger module Blocks - VERSION = '1.3.2' + VERSION = '1.3.3' end end