From d1a885b0e39bdb5b89123ba8009256a6cdcab9b2 Mon Sep 17 00:00:00 2001 From: Mike Fotinakis Date: Tue, 29 Mar 2016 11:21:31 -0700 Subject: [PATCH] 1.3.3 --- README.md | 1 + lib/swagger/blocks/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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