From e05c8fd6c50d5f8fd167e89f9a4edba9b85ab4de Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Wed, 29 Nov 2017 13:41:14 +0100 Subject: [PATCH] Bump to 2.0.0 --- CHANGELOG.md | 15 ++++++++++++++- src/trails.app.src | 5 ++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2004d5..3b53570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,24 @@ # Change Log -## [1.0.0](https://github.com/inaka/cowboy-trails/tree/1.0.0) +## [2.0.0](https://github.com/inaka/cowboy-trails/tree/2.0.0) +[Full Changelog](https://github.com/inaka/cowboy-trails/compare/1.0.0...2.0.0) + +**Closed issues:** + +- compatibility with beta of cowboy 2.0x ? [\#72](https://github.com/inaka/cowboy-trails/issues/72) + +**Merged pull requests:** + +- \[Closes \#72\] Update to Cowboy 2 [\#79](https://github.com/inaka/cowboy-trails/pull/79) ([jfacorro](https://github.com/jfacorro)) + +## [1.0.0](https://github.com/inaka/cowboy-trails/tree/1.0.0) (2017-11-29) [Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.2.1...1.0.0) **Merged pull requests:** +- Actually move to 1.0.0 [\#80](https://github.com/inaka/cowboy-trails/pull/80) ([elbrujohalcon](https://github.com/elbrujohalcon)) +- Bump version to 1.0.0 [\#78](https://github.com/inaka/cowboy-trails/pull/78) ([jfacorro](https://github.com/jfacorro)) - Remove dead hipchat link [\#77](https://github.com/inaka/cowboy-trails/pull/77) ([Euen](https://github.com/Euen)) - Remove dead hipchat link [\#76](https://github.com/inaka/cowboy-trails/pull/76) ([elbrujohalcon](https://github.com/elbrujohalcon)) - Review formatting in example [\#75](https://github.com/inaka/cowboy-trails/pull/75) ([lucafavatella](https://github.com/lucafavatella)) diff --git a/src/trails.app.src b/src/trails.app.src index 9905adf..f8b3c87 100644 --- a/src/trails.app.src +++ b/src/trails.app.src @@ -1,8 +1,7 @@ {application, trails, [ - {description, - "A couple of improvements over Cowboy Routes"}, - {vsn, "1.0.0"}, + {description, "A couple of improvements over Cowboy Routes"}, + {vsn, git}, {applications, [kernel, stdlib