Skip to content

Commit eae7ea2

Browse files
committed
v1.2.0
1 parent a0da4c1 commit eae7ea2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.2.0] (2017-12-15)
2+
3+
[1.2.0]: https://github.com/cryptosphere/x25519/compare/v1.1.0...v1.2.0
4+
5+
* [#13](https://github.com/cryptosphere/ed25519/pull/13)
6+
Add `Ed25519::SigningKey.from_keypair`
7+
8+
* [#12](https://github.com/cryptosphere/ed25519/pull/12)
9+
Add `Ed25519.validate_key_bytes` method
10+
111
# [1.1.0] (2017-12-13)
212

313
[1.1.0]: https://github.com/cryptosphere/x25519/compare/v1.0.0...v1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[build-image]: https://travis-ci.org/cryptosphere/ed25519.svg?branch=master
66
[build-link]: https://travis-ci.org/cryptosphere/ed25519
77
[docs-image]: https://img.shields.io/badge/yard-docs-blue.svg
8-
[docs-link]: http://www.rubydoc.info/gems/ed25519/1.1.0
8+
[docs-link]: http://www.rubydoc.info/gems/ed25519/1.2.0
99
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg
1010
[license-link]: https://github.com/cryptosphere/ed25519/blob/master/LICENSE
1111

lib/ed25519/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ed25519
4-
VERSION = "1.1.0"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)