Skip to content

Commit

Permalink
[Fix #345] Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson committed Mar 7, 2016
1 parent 0fa177d commit 5340143
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Change Log

## [0.2.7](https://github.com/inaka/elvis_core/tree/0.2.7) (2016-01-22)
## [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:**

- \[\#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))

## [0.2.7](https://github.com/inaka/elvis_core/tree/0.2.7) (2016-01-22)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.2.6...0.2.7)

**Merged pull requests:**

- \[inaka/elvis\#335\] Version bump to 0.2.7 [\#32](https://github.com/inaka/elvis_core/pull/32) ([jfacorro](https://github.com/jfacorro))
- \[Closes \#335\] Update katana to 0.2.22 [\#31](https://github.com/inaka/elvis_core/pull/31) ([jfacorro](https://github.com/jfacorro))

## [0.2.6](https://github.com/inaka/elvis_core/tree/0.2.6) (2016-01-21)
Expand Down Expand Up @@ -43,4 +51,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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.7"},
{vsn, "0.2.8"},
{applications, [kernel, stdlib, lager, aleppo, zipper]},
{modules,
[
Expand Down

0 comments on commit 5340143

Please sign in to comment.