From 8f9807fe58fa35bece526a070cf335a60a5c2d3a Mon Sep 17 00:00:00 2001 From: Harenson Henao Date: Wed, 16 Nov 2016 10:02:17 -0300 Subject: [PATCH] [Fix #78] Bump version to 1.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ src/cowboy_swagger.app.src | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5121632..6a8f10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [1.2.0](https://github.com/inaka/cowboy-swagger/tree/1.2.0) (2016-11-16) +[Full Changelog](https://github.com/inaka/cowboy-swagger/compare/1.1.0...1.2.0) + +**Fixed bugs:** + +- Broken implementation of jsx [\#79](https://github.com/inaka/cowboy-swagger/issues/79) + +**Closed issues:** + +- Definitions description in README [\#73](https://github.com/inaka/cowboy-swagger/issues/73) +- Update example to rebar3 [\#72](https://github.com/inaka/cowboy-swagger/issues/72) + +**Merged pull requests:** + +- fixed dialyser error 'no local return' then definition includes an array [\#80](https://github.com/inaka/cowboy-swagger/pull/80) ([freke](https://github.com/freke)) +- \[Close \#72\] update example build tool to rebar3 [\#77](https://github.com/inaka/cowboy-swagger/pull/77) ([Euen](https://github.com/Euen)) +- Replace jiffy by jsx [\#76](https://github.com/inaka/cowboy-swagger/pull/76) ([BernardNotarianni](https://github.com/BernardNotarianni)) + ## [1.1.0](https://github.com/inaka/cowboy-swagger/tree/1.1.0) (2016-08-11) [Full Changelog](https://github.com/inaka/cowboy-swagger/compare/1.0.3...1.1.0) @@ -9,6 +27,7 @@ **Closed issues:** +- Version Bump to 1.1.0 [\#70](https://github.com/inaka/cowboy-swagger/issues/70) - Move from erlang.mk to rebar3 [\#68](https://github.com/inaka/cowboy-swagger/issues/68) - Support for definitions and schemas [\#63](https://github.com/inaka/cowboy-swagger/issues/63) - Hello can this project support the cowboy REST part? [\#61](https://github.com/inaka/cowboy-swagger/issues/61) @@ -16,6 +35,7 @@ **Merged pull requests:** +- \[Close \#70\] version bump 1.1.0 [\#71](https://github.com/inaka/cowboy-swagger/pull/71) ([Euen](https://github.com/Euen)) - \[Close \#68\] replace erlang.mk by rebar3 [\#69](https://github.com/inaka/cowboy-swagger/pull/69) ([Euen](https://github.com/Euen)) - \[Fix \#63\] Add support for definitions and schemas [\#66](https://github.com/inaka/cowboy-swagger/pull/66) ([harenson](https://github.com/harenson)) - Add missing jiffy app in .app.src [\#65](https://github.com/inaka/cowboy-swagger/pull/65) ([jeanparpaillon](https://github.com/jeanparpaillon)) diff --git a/src/cowboy_swagger.app.src b/src/cowboy_swagger.app.src index 93df510..8d078ee 100644 --- a/src/cowboy_swagger.app.src +++ b/src/cowboy_swagger.app.src @@ -2,7 +2,7 @@ [ {description, "Swagger for Cowboy Erlang projects"}, - {vsn, "1.1.0"}, + {vsn, "1.2.0"}, {applications, [kernel, stdlib,