Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix #464] Bump version to 0.4.1 #466

Merged
merged 1 commit into from
Jul 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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