Skip to content

Commit

Permalink
[Fix #349] Bump version to 0.2.8-2
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson committed Mar 7, 2016
1 parent 847ef14 commit 5924d69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

## [0.2.8-2](https://github.com/inaka/elvis_core/tree/0.2.8-2) (2016-03-07)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.2.8...0.2.8-2)

**Merged pull requests:**

- \[Fix \#347\] Remove unused application [\#37](https://github.com/inaka/elvis_core/pull/37) ([harenson](https://github.com/harenson))

## [0.2.8](https://github.com/inaka/elvis_core/tree/0.2.8) (2016-03-07)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.2.7...0.2.8)

**Merged pull requests:**

- \[Fix \#345\] Bump version to 0.2.8 [\#36](https://github.com/inaka/elvis_core/pull/36) ([harenson](https://github.com/harenson))
- \[\#29\] More ignore [\#34](https://github.com/inaka/elvis_core/pull/34) ([Euen](https://github.com/Euen))
- \[Fix \#41\] rebar3 support [\#33](https://github.com/inaka/elvis_core/pull/33) ([Euen](https://github.com/Euen))

Expand Down
2 changes: 1 addition & 1 deletion src/elvis.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, elvis,
[
{description, "Core library for the Erlang style reviewer"},
{vsn, "0.2.8"},
{vsn, "0.2.8-2"},
{applications, [kernel, stdlib, lager, zipper]},
{modules,
[
Expand Down

0 comments on commit 5924d69

Please sign in to comment.