diff --git a/CHANGELOG.md b/CHANGELOG.md index e1032d1..74361a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [1.1.1] - 2020-08-19 +## [1.2.0] - 2020-08-19 ### Added - User planning can now be selected with query options. Add `:planner :user` to the end of the query arguments. - `optional` operator, as per the [SPARQL OPTIONAL](https://www.w3.org/TR/sparql11-query/#optionals) operation. @@ -43,5 +43,5 @@ ### Added - Introduced Update Annotations -[Unreleased]: https://github.com/threatgrid/asami/compare/1.1.1...HEAD -[1.1.1]: https://github.com/threatgrid/asami/compare/1.1.0...1.1.1 +[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.0...HEAD +[1.2.0]: https://github.com/threatgrid/asami/compare/1.1.0...1.2.0 diff --git a/README.md b/README.md index 91ffb69..98f8cad 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.1.1"} + org.clojars.quoll/asami {:mvn/version "1.2.0"} } } ``` @@ -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.1.1"] +[org.clojars.quoll/asami "1.2.0"] ``` ### Running diff --git a/project.clj b/project.clj index 0e7a0f3..3c7eeb6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.quoll/asami "1.1.1" +(defproject org.clojars.quoll/asami "1.2.0" :description "An in memory graph store for Clojure and ClojureScript" :url "http://github.com/threatgrid/asami" :license {:name "Eclipse Public License"