Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Aug 27, 2020
1 parent ba27591 commit b4f075a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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.1"}
org.clojars.quoll/asami {:mvn/version "1.2.2"}
}
}
```
Expand Down

0 comments on commit b4f075a

Please sign in to comment.