Skip to content

Commit 53d48da

Browse files
committed
[Close #70] version bump to 0.2.1
1 parent 6cdd3ae commit 53d48da

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [0.2.1](https://github.com/inaka/cowboy-trails/tree/0.2.1) (2016-10-05)
4+
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.2.0...0.2.1)
5+
6+
**Closed issues:**
7+
8+
- Fix Hex package [\#63](https://github.com/inaka/cowboy-trails/issues/63)
9+
- Example use unavailable dep [\#54](https://github.com/inaka/cowboy-trails/issues/54)
10+
11+
**Merged pull requests:**
12+
13+
- \[Close \#54\] move example from erlang.mk to rebar3 [\#69](https://github.com/inaka/cowboy-trails/pull/69) ([Euen](https://github.com/Euen))
14+
- Minor type fixes [\#68](https://github.com/inaka/cowboy-trails/pull/68) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))
15+
316
## [0.2.0](https://github.com/inaka/cowboy-trails/tree/0.2.0) (2016-08-11)
417
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.1.1...0.2.0)
518

@@ -9,6 +22,7 @@
922

1023
**Closed issues:**
1124

25+
- Version Bump to 0.2.0 [\#66](https://github.com/inaka/cowboy-trails/issues/66)
1226
- Move from erlang.mk to rebar3 [\#64](https://github.com/inaka/cowboy-trails/issues/64)
1327
- Add a function to retrieve the list of registered servers and hostmatches [\#61](https://github.com/inaka/cowboy-trails/issues/61)
1428
- Update repo and make it ready for hex.pm [\#57](https://github.com/inaka/cowboy-trails/issues/57)
@@ -17,6 +31,7 @@
1731

1832
**Merged pull requests:**
1933

34+
- \[Close \#66\] version bump 0.2.0 [\#67](https://github.com/inaka/cowboy-trails/pull/67) ([Euen](https://github.com/Euen))
2035
- \[Close \#64\] move to rebar3 [\#65](https://github.com/inaka/cowboy-trails/pull/65) ([Euen](https://github.com/Euen))
2136
- \[Fix \#61\] Add retrieval of registered servers and hostmatches [\#62](https://github.com/inaka/cowboy-trails/pull/62) ([llamallamaduck](https://github.com/llamallamaduck))
2237
- Update rebar.config to use Hex dependencies [\#59](https://github.com/inaka/cowboy-trails/pull/59) ([waisbrot](https://github.com/waisbrot))

src/trails.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[
33
{description,
44
"A couple of improvements over Cowboy Routes"},
5-
{vsn, "0.2.0"},
5+
{vsn, "0.2.1"},
66
{applications,
77
[kernel,
88
stdlib

0 commit comments

Comments
 (0)