diff --git a/README.md b/README.md index b8adb3d..4a5f012 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Future improvements to this library are TBD at this time. ## Changelog +29 March 2022 - 2.2.2 + +* Patch jsn:delete to delete objects at end of path ([#43](https://github.com/nalundgaard/jsn/pull/43)) + 4 November 2020 - 2.2.1 * Export 'json_map()' type, remove ifdef(TEST) logic ([#39](https://github.com/nalundgaard/jsn/pull/39)) diff --git a/src/jsn.app.src b/src/jsn.app.src index 04b37ba..69457a4 100644 --- a/src/jsn.app.src +++ b/src/jsn.app.src @@ -1,6 +1,6 @@ {application, jsn, [ {description, "Utilities for interacting with decoded JSON in erlang"}, - {vsn, "2.2.1"}, + {vsn, "2.2.2"}, {applications, [kernel, stdlib ]},