Skip to content

Commit

Permalink
Release notes for 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Jan 13, 2021
1 parent 966a5e5 commit 94a7106
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## [Unreleased]
Nothing yet.

## [1.2.11] - 2021-01-12
### Fixed
- Updated schema definition of `core/transact`. This only affected code with schema validation.

## [1.2.10] - 2021-01-11
### Added
- New update-fn argument accepted in `asami.core/transact` to allow direct graph update operations.
Expand Down Expand Up @@ -98,7 +102,8 @@ Nothing yet.
### Added
- Introduced Update Annotations

[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.10...HEAD
[Unreleased]: https://github.com/threatgrid/asami/compare/1.2.11...HEAD
[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
[1.2.9]: https://github.com/threatgrid/asami/compare/1.2.8...1.2.9
[1.2.8]: https://github.com/threatgrid/asami/compare/1.2.7...1.2.8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"}
org.clojars.quoll/asami {:mvn/version "1.2.11"}
}
}
```
Expand All @@ -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.10"]
[org.clojars.quoll/asami "1.2.11"]
```

### Running
Expand Down

0 comments on commit 94a7106

Please sign in to comment.