Skip to content

Commit 4b206a7

Browse files
authored
Merge pull request #81 from inaka/bump.version.to.2.0.0
Bump to 2.0.0
2 parents 89daea6 + e05c8fd commit 4b206a7

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Change Log
22

3-
## [1.0.0](https://github.com/inaka/cowboy-trails/tree/1.0.0)
3+
## [2.0.0](https://github.com/inaka/cowboy-trails/tree/2.0.0)
44

5+
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/1.0.0...2.0.0)
6+
7+
**Closed issues:**
8+
9+
- compatibility with beta of cowboy 2.0x ? [\#72](https://github.com/inaka/cowboy-trails/issues/72)
10+
11+
**Merged pull requests:**
12+
13+
- \[Closes \#72\] Update to Cowboy 2 [\#79](https://github.com/inaka/cowboy-trails/pull/79) ([jfacorro](https://github.com/jfacorro))
14+
15+
## [1.0.0](https://github.com/inaka/cowboy-trails/tree/1.0.0) (2017-11-29)
516
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.2.1...1.0.0)
617

718
**Merged pull requests:**
819

20+
- Actually move to 1.0.0 [\#80](https://github.com/inaka/cowboy-trails/pull/80) ([elbrujohalcon](https://github.com/elbrujohalcon))
21+
- Bump version to 1.0.0 [\#78](https://github.com/inaka/cowboy-trails/pull/78) ([jfacorro](https://github.com/jfacorro))
922
- Remove dead hipchat link [\#77](https://github.com/inaka/cowboy-trails/pull/77) ([Euen](https://github.com/Euen))
1023
- Remove dead hipchat link [\#76](https://github.com/inaka/cowboy-trails/pull/76) ([elbrujohalcon](https://github.com/elbrujohalcon))
1124
- Review formatting in example [\#75](https://github.com/inaka/cowboy-trails/pull/75) ([lucafavatella](https://github.com/lucafavatella))

src/trails.app.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{application, trails,
22
[
3-
{description,
4-
"A couple of improvements over Cowboy Routes"},
5-
{vsn, "1.0.0"},
3+
{description, "A couple of improvements over Cowboy Routes"},
4+
{vsn, git},
65
{applications,
76
[kernel,
87
stdlib

0 commit comments

Comments
 (0)