diff --git a/CHANGELOG.md b/CHANGELOG.md index 150ca51..58c5656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## [Unreleased] Nothing +## [1.2.13] - 2021-02-03 +### Added +- Some Trace and Debug level logging for transactions and queries. + +### Changed +- Moved to Zuko 0.4.0. + ## [1.2.12] - 2021-01-19 ### Added - Bindings and Filters are now restricted by default. Introduced `asami.query/*override-restrictions*` flag to avoid restrictions. @@ -109,7 +116,8 @@ Nothing ### Added - Introduced Update Annotations -[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.12...HEAD +[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.13...HEAD +[1.2.13]: https://github.com/threatgrid/asami/compare/1.2.12...1.2.13 [1.2.12]: https://github.com/threatgrid/asami/compare/1.2.11...1.2.12 [1.2.11]: https://github.com/threatgrid/asami/compare/1.2.10...1.2.11 [1.2.10]: https://github.com/threatgrid/asami/compare/1.2.9...1.2.10 diff --git a/README.md b/README.md index db8902e..d13d0f1 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.12"} + org.clojars.quoll/asami {:mvn/version "1.2.13"} } } ``` @@ -37,7 +37,7 @@ This makes Asami available to a repl that is launched with the `clj` or `clojure Alternatively, Asami can be added for the Leiningen build tool by adding this to the `:dependencies` section of the `project.clj` file: ```clojure -[org.clojars.quoll/asami "1.2.12"] +[org.clojars.quoll/asami "1.2.13"] ``` ### Running