diff --git a/README.md b/README.md index a4c6068..64df04d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ Future improvements to this library are TBD at this time. ## Changelog +19 August 2019 - 2.1.3 + +* Refactor utility functions to use maps as the native format ([#32](https://github.com/nalundgaard/jsn/pull/32)) + 18 August 2019 - 2.1.2 * Remove unneeded rebar.config.script ([#31](https://github.com/nalundgaard/jsn/pull/31)) diff --git a/src/jsn.app.src b/src/jsn.app.src index 2739c22..9164f9c 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.1.2"}, + {vsn, "2.1.3"}, {applications, [kernel, stdlib ]},