Skip to content

Commit

Permalink
Merge pull request #71 from inaka/euen.70.version_bump_0.2.1
Browse files Browse the repository at this point in the history
[Close #70] version bump to 0.2.1
  • Loading branch information
Euen authored Oct 5, 2016
2 parents 6cdd3ae + 53d48da commit f76d0b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [0.2.1](https://github.com/inaka/cowboy-trails/tree/0.2.1) (2016-10-05)
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.2.0...0.2.1)

**Closed issues:**

- Fix Hex package [\#63](https://github.com/inaka/cowboy-trails/issues/63)
- Example use unavailable dep [\#54](https://github.com/inaka/cowboy-trails/issues/54)

**Merged pull requests:**

- \[Close \#54\] move example from erlang.mk to rebar3 [\#69](https://github.com/inaka/cowboy-trails/pull/69) ([Euen](https://github.com/Euen))
- Minor type fixes [\#68](https://github.com/inaka/cowboy-trails/pull/68) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))

## [0.2.0](https://github.com/inaka/cowboy-trails/tree/0.2.0) (2016-08-11)
[Full Changelog](https://github.com/inaka/cowboy-trails/compare/0.1.1...0.2.0)

Expand All @@ -9,6 +22,7 @@

**Closed issues:**

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

**Merged pull requests:**

- \[Close \#66\] version bump 0.2.0 [\#67](https://github.com/inaka/cowboy-trails/pull/67) ([Euen](https://github.com/Euen))
- \[Close \#64\] move to rebar3 [\#65](https://github.com/inaka/cowboy-trails/pull/65) ([Euen](https://github.com/Euen))
- \[Fix \#61\] Add retrieval of registered servers and hostmatches [\#62](https://github.com/inaka/cowboy-trails/pull/62) ([llamallamaduck](https://github.com/llamallamaduck))
- Update rebar.config to use Hex dependencies [\#59](https://github.com/inaka/cowboy-trails/pull/59) ([waisbrot](https://github.com/waisbrot))
Expand Down
2 changes: 1 addition & 1 deletion src/trails.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[
{description,
"A couple of improvements over Cowboy Routes"},
{vsn, "0.2.0"},
{vsn, "0.2.1"},
{applications,
[kernel,
stdlib
Expand Down

0 comments on commit f76d0b5

Please sign in to comment.