From 8f8d69384a32c54e6212f5eaa0af83b49c688173 Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Thu, 17 Jun 2021 10:59:45 +0200 Subject: [PATCH] Release v2.2.0 --- CHANGELOG.md | 6 +++++- src/mapz.app.src | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c2576..5997fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [2.2.0] - 2021-06-17 + ### Added - New [`deep_iterator/1`][deep_iterator-1] function @@ -69,7 +71,9 @@ and this project adheres to Initial release -[unreleased]: https://github.com/eproxus/mapz/compare/v2.1.0...HEAD +[unreleased]: https://github.com/eproxus/mapz/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/eproxus/mapz/compare/v2.1.1...v2.2.0 +[2.1.1]: https://github.com/eproxus/mapz/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/eproxus/mapz/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/eproxus/mapz/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/eproxus/mapz/compare/v0.3.0...v1.0.0 diff --git a/src/mapz.app.src b/src/mapz.app.src index 82b6f1e..5a1ccad 100644 --- a/src/mapz.app.src +++ b/src/mapz.app.src @@ -1,6 +1,6 @@ {application, mapz, [ {description, "Extensions to the Erlang maps module"}, - {vsn, "2.1.1"}, + {vsn, "2.2.0"}, {applications, [kernel, stdlib]}, {licenses, ["MIT"]},