Skip to content

Commit

Permalink
[Fix #464] Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson committed Jul 17, 2017
1 parent 4948eea commit 3ed750b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Change Log

## [0.4.1](https://github.com/inaka/elvis/tree/0.4.1) (2017-07-17)
[Full Changelog](https://github.com/inaka/elvis/compare/0.4.0...0.4.1)

**Fixed bugs:**

- Update egithub dependency to version 0.5.2 [\#463](https://github.com/inaka/elvis/issues/463)

**Merged pull requests:**

- \[Fix \#463\] Update egithub dependency to version 0.5.2 [\#465](https://github.com/inaka/elvis/pull/465) ([harenson](https://github.com/harenson))

## [0.4.0](https://github.com/inaka/elvis/tree/0.4.0) (2017-07-06)
[Full Changelog](https://github.com/inaka/elvis/compare/0.3.4...0.4.0)

**Implemented enhancements:**

- Use the new PR review feature [\#449](https://github.com/inaka/elvis/issues/449)

**Closed issues:**

- Bump version to 0.4.0 [\#458](https://github.com/inaka/elvis/issues/458)

**Merged pull requests:**

- \[Fix \#458\] Bump version to 0.4.0 [\#460](https://github.com/inaka/elvis/pull/460) ([harenson](https://github.com/harenson))
- \[Fix \#449\] Use the new GitHub's PR review feature [\#457](https://github.com/inaka/elvis/pull/457) ([harenson](https://github.com/harenson))

## [0.3.4](https://github.com/inaka/elvis/tree/0.3.4) (2017-06-22)
Expand Down
2 changes: 1 addition & 1 deletion src/elvis_shell.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
{pkg_name, elvis},
{description, "CLI for the Elvis Erlang Style Reviewer"},
{vsn, "0.4.0"},
{vsn, "0.4.1"},
{applications, [kernel, stdlib, ssl, elvis, egithub, katana_code, getopt]},
{modules,
[
Expand Down

0 comments on commit 3ed750b

Please sign in to comment.