Skip to content

Commit

Permalink
Merge pull request #128 from inaka/jfacorro.127.bump_0.2.22
Browse files Browse the repository at this point in the history
[Closes #125] Bump to version 0.2.22
  • Loading branch information
jfacorro committed Jan 22, 2016
2 parents e2d9d71 + dae7b96 commit 2d14a58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Change Log

## [0.2.21](https://github.com/inaka/erlang-katana/tree/0.2.21) (2016-01-21)
## [0.2.22](https://github.com/inaka/erlang-katana/tree/0.2.22) (2016-01-22)

[Full Changelog](https://github.com/inaka/erlang-katana/compare/0.2.21...0.2.22)

**Closed issues:**

- Update aleppo to 0.9.9 which fixes an important bug [\#125](https://github.com/inaka/erlang-katana/issues/125)

**Merged pull requests:**

- \[Closes \#125\] Update aleppo [\#126](https://github.com/inaka/erlang-katana/pull/126) ([jfacorro](https://github.com/jfacorro))

## [0.2.21](https://github.com/inaka/erlang-katana/tree/0.2.21) (2016-01-21)
[Full Changelog](https://github.com/inaka/erlang-katana/compare/0.2.20...0.2.21)

**Closed issues:**

- Bump version to 0.2.21 [\#123](https://github.com/inaka/erlang-katana/issues/123)
- Update ktn\_code for the latest aleppo modifications [\#112](https://github.com/inaka/erlang-katana/issues/112)

**Merged pull requests:**

- \[Closes \#123\] Bump version to 0.2.21 [\#124](https://github.com/inaka/erlang-katana/pull/124) ([jfacorro](https://github.com/jfacorro))
- \[Closes \#112\] Upgrade aleppo [\#122](https://github.com/inaka/erlang-katana/pull/122) ([jfacorro](https://github.com/jfacorro))

## [0.2.20](https://github.com/inaka/erlang-katana/tree/0.2.20) (2016-01-19)
Expand Down
2 changes: 1 addition & 1 deletion src/katana.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Erlang grab bag of useful functions. "
"It should have been called swiss army knife "
"but katanas are deadlier"},
{vsn, "0.2.21"},
{vsn, "0.2.22"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit 2d14a58

Please sign in to comment.