Skip to content

Commit

Permalink
Release v1.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Mar 23, 2022
1 parent c540780 commit 8e92eec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

'''

==== 1.0.86 (2022-03-24)

===== Changed

* Bump deps
- `org.clojure/clojure v1.11.0`
- `metosin/malli v0.8.4`

'''

==== 1.0.80 (2021-12-07)

===== Changed
Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Add the following dependency in your project:
[source,clojure]
----
;; project.clj or build.boot
[team.sultanov/secret-keeper "1.0.80"]
[team.sultanov/secret-keeper "1.0.86"]
;; deps.edn
team.sultanov/secret-keeper {:mvn/version "1.0.80"}
team.sultanov/secret-keeper {:mvn/version "1.0.86"}
----

=== Usage
Expand Down

0 comments on commit 8e92eec

Please sign in to comment.