diff --git a/README.md b/README.md index 64e7ee7..15ec984 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,8 @@ Throw a ★ on it! :) ## Release notes -* v1.3.1: Bugfix allow nested objects via `property` nested in `property`. +* 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. * v1.2.0: Improved support for `$ref` Path Item Object parameters. * v1.1.3: Rename tags directive to tag for consistency. diff --git a/lib/swagger/blocks/version.rb b/lib/swagger/blocks/version.rb index b79e5d6..7701411 100644 --- a/lib/swagger/blocks/version.rb +++ b/lib/swagger/blocks/version.rb @@ -1,5 +1,5 @@ module Swagger module Blocks - VERSION = '1.3.1' + VERSION = '1.3.2' end end