From dae7b96c73d23a845bfdb874d2ca9e4580c0767c Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Fri, 22 Jan 2016 15:24:01 -0300 Subject: [PATCH] [#125] Bump to version 0.2.22 --- CHANGELOG.md | 15 ++++++++++++++- src/katana.app.src | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55732f2..4ade191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/katana.app.src b/src/katana.app.src index 6491a28..50254e9 100644 --- a/src/katana.app.src +++ b/src/katana.app.src @@ -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, []},