Skip to content

Commit

Permalink
Set version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jun 2, 2018
1 parent eedbb26 commit 78f09bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## Version 1.5.0

Date: Unreleased
Date: 2018-06-02

- Update bouncy castle to 1.59
- Add jwk reading and conversion to JCA (thanks to Denis Shilov).


## Version 1.4.0

Date: 2017-08-29
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject buddy/buddy-core "1.5.0-SNAPSHOT"
(defproject buddy/buddy-core "1.5.0"
:description "Cryptographic Api for Clojure."
:url "https://github.com/funcool/buddy-core"
:license {:name "Apache 2.0"
Expand Down
1 change: 1 addition & 0 deletions test/buddy/core/keys_jwk_tests.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

;; Ed25519
;; From RFC8037

(def ed25519-jwk-key
{:kty "OKP"
:crv "Ed25519"
Expand Down

0 comments on commit 78f09bc

Please sign in to comment.