Skip to content

Commit 1968ef7

Browse files
committed
Updated version to 1.2.0 and updated ChangeLog.md.
1 parent 255dca3 commit 1968ef7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This gem follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html)
55
All classes and public methods are part of the public API, unless explicitly noted otherwise
66
in their documentation.
77

8+
1.2.0
9+
----
10+
Released on 2014-09-14.
11+
12+
- Adds aliases to `ECDSA::Point` so you can do point arithmetic with `+` and `*`
13+
operators. (Thanks to Stephen McCarthy.)
14+
815
1.1.0
916
----
1017
Released on 2014-04-20.
@@ -18,7 +25,7 @@ New features:
1825
the infinity point and `Group#valid_public_key?` checks to make sure
1926
that the point can be expressed as the generator point times a scalar.
2027
- `PrimeField#square_roots` now works all prime fields.
21-
28+
2229
Bug fixes:
2330

2431
- The signing and verification operations now properly take the leftmost bits

lib/ecdsa/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ECDSA
2-
VERSION = '1.1.0'
2+
VERSION = '1.2.0'
33
end

0 commit comments

Comments
 (0)