Skip to content

Commit

Permalink
Bump version to 3.4.0 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 7, 2016
1 parent eb00790 commit 0ea0ee2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.4.0 (2015-05-07)
------------------
* [#135](https://github.com/cryptosphere/rbnacl/pull/135)
Expose RbNaCl::Signatures::Ed25519#keypair_bytes.
(@grempe)

* [#137](https://github.com/cryptosphere/rbnacl/pull/137)
Expose HMAC-SHA512 (with 64-byte keys)
(@mwpastore)

3.3.0 (2015-12-29)
------------------
* [#105](https://github.com/cryptosphere/rbnacl/pull/105)
Expand Down
2 changes: 1 addition & 1 deletion lib/rbnacl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# NaCl/libsodium for Ruby
module RbNaCl
# The library's version
VERSION = "3.3.0".freeze
VERSION = "3.4.0".freeze
end

0 comments on commit 0ea0ee2

Please sign in to comment.