From 2a71a7ba361627b01a6c0cf26aeb87eed8be97de Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Thu, 30 Nov 2017 15:03:27 +0100 Subject: [PATCH 1/2] Bump to 2.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d428a00..70620b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,30 @@ # Change Log +## [2.0.0](https://github.com/inaka/cowboy_swagger/tree/2.0.0) + +[Full Changelog](https://github.com/inaka/cowboy_swagger/compare/1.2.3...2.0.0) + +**Closed issues:** + +- Public hipchat room [\#105](https://github.com/inaka/cowboy_swagger/issues/105) +- Consider upgrading to cowboy 2 API [\#49](https://github.com/inaka/cowboy_swagger/issues/49) + +**Merged pull requests:** + +- \[Closes \#49\] Update to Cowboy 2 [\#107](https://github.com/inaka/cowboy_swagger/pull/107) ([jfacorro](https://github.com/jfacorro)) +- Update README.md [\#106](https://github.com/inaka/cowboy_swagger/pull/106) ([igaray](https://github.com/igaray)) + ## [1.2.3](https://github.com/inaka/cowboy_swagger/tree/1.2.3) (2017-06-13) [Full Changelog](https://github.com/inaka/cowboy_swagger/compare/1.2.2...1.2.3) **Closed issues:** +- Bump Version to 1.2.3 [\#103](https://github.com/inaka/cowboy_swagger/issues/103) - Version Bump to 1.2.2 [\#92](https://github.com/inaka/cowboy_swagger/issues/92) **Merged pull requests:** +- \[Close \#103\] Version Bump to 1.2.3 [\#104](https://github.com/inaka/cowboy_swagger/pull/104) ([Euen](https://github.com/Euen)) - Use minified version of swagger-ui.js [\#102](https://github.com/inaka/cowboy_swagger/pull/102) ([egobrain](https://github.com/egobrain)) - Maintain original order in lists [\#101](https://github.com/inaka/cowboy_swagger/pull/101) ([jfacorro](https://github.com/jfacorro)) - Revert to local schema as default [\#100](https://github.com/inaka/cowboy_swagger/pull/100) ([lucafavatella](https://github.com/lucafavatella)) @@ -195,4 +211,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* From fc8a51c8c65bec91c51a56cdab2dc5fff1e0d197 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Thu, 30 Nov 2017 15:04:11 +0100 Subject: [PATCH 2/2] Use `git` as `vsn` in .app.src --- src/cowboy_swagger.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cowboy_swagger.app.src b/src/cowboy_swagger.app.src index 65db206..e8b9bc8 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.2.3"}, + {vsn, git}, {applications, [kernel, stdlib,