From 4fe1217740e00008db94c7c6e6bfcae4537e2705 Mon Sep 17 00:00:00 2001 From: Nicholas Lundgaard Date: Wed, 4 Nov 2020 12:23:42 -0600 Subject: [PATCH] Release version 2.2.1 * Export 'json_map()' type, remove ifdef(TEST) logic (https://github.com/nalundgaard/jsn/pull/39) * EDoc fix (https://github.com/nalundgaard/jsn/pull/38) --- README.md | 5 +++++ src/jsn.app.src | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e109a..071eb82 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ Future improvements to this library are TBD at this time. ## Changelog +4 November 2020 - 2.2.1 + +* Export 'json_map()' type, remove ifdef(TEST) logic ([#39](https://github.com/nalundgaard/jsn/pull/39)) +* Edoc fix ([#38](https://github.com/nalundgaard/jsn/pull/38)) + 9 June 2020 - 2.2.0 * Add `with/2` and `without/2` ([#36](https://github.com/nalundgaard/jsn/pull/36)) diff --git a/src/jsn.app.src b/src/jsn.app.src index 8b38d25..04b37ba 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.0"}, + {vsn, "2.2.1"}, {applications, [kernel, stdlib ]},