Skip to content

Commit fc7cea9

Browse files
authored
Merge pull request #466 from inaka/harenson.464.bump-version-to-0-4-1
[Fix #464] Bump version to 0.4.1
2 parents 4948eea + 3ed750b commit fc7cea9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
# Change Log
22

3+
## [0.4.1](https://github.com/inaka/elvis/tree/0.4.1) (2017-07-17)
4+
[Full Changelog](https://github.com/inaka/elvis/compare/0.4.0...0.4.1)
5+
6+
**Fixed bugs:**
7+
8+
- Update egithub dependency to version 0.5.2 [\#463](https://github.com/inaka/elvis/issues/463)
9+
10+
**Merged pull requests:**
11+
12+
- \[Fix \#463\] Update egithub dependency to version 0.5.2 [\#465](https://github.com/inaka/elvis/pull/465) ([harenson](https://github.com/harenson))
13+
314
## [0.4.0](https://github.com/inaka/elvis/tree/0.4.0) (2017-07-06)
415
[Full Changelog](https://github.com/inaka/elvis/compare/0.3.4...0.4.0)
516

617
**Implemented enhancements:**
718

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

21+
**Closed issues:**
22+
23+
- Bump version to 0.4.0 [\#458](https://github.com/inaka/elvis/issues/458)
24+
1025
**Merged pull requests:**
1126

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

1430
## [0.3.4](https://github.com/inaka/elvis/tree/0.3.4) (2017-06-22)

src/elvis_shell.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
{pkg_name, elvis},
55
{description, "CLI for the Elvis Erlang Style Reviewer"},
6-
{vsn, "0.4.0"},
6+
{vsn, "0.4.1"},
77
{applications, [kernel, stdlib, ssl, elvis, egithub, katana_code, getopt]},
88
{modules,
99
[

0 commit comments

Comments
 (0)