From b4f075a2951e7736dc0a8798fe9e9de872b3db77 Mon Sep 17 00:00:00 2001 From: Paula Gearon Date: Thu, 27 Aug 2020 17:54:07 -0400 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e6600..54509b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log ## [Unreleased] + +## [1.2.2] - 2020-08-27 +### Fixed +- Fixed use of macro as a value in CLJS + ### Added - `delete-database` function. @@ -53,6 +58,7 @@ ### Added - Introduced Update Annotations -[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.1...HEAD +[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.2...HEAD +[1.2.2]: https://github.com/threatgrid/asami/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/threatgrid/asami/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/threatgrid/asami/compare/1.1.0...1.2.0 diff --git a/README.md b/README.md index 6ff6751..fa273ec 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Asami can be made available to clojure by adding the following to a `deps.edn` f ```clojure { :deps { - org.clojars.quoll/asami {:mvn/version "1.2.1"} + org.clojars.quoll/asami {:mvn/version "1.2.2"} } } ```