Skip to content

Commit 0258447

Browse files
committed
Bump gem version to v0.2.0
1 parent a5bc8ea commit 0258447

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.2.0] - 2020-01-29
4+
5+
### Added
6+
7+
- `OpenSSL::SignatureAlgorithm::ECDSA#verify` now supports raw (non DER) signatures
8+
39
## [v0.1.1] - 2020-01-29
410

511
### Fixed
@@ -14,5 +20,6 @@
1420
- `OpenSSL::SignatureAlgorithm::RSAPSS`
1521
- `OpenSSL::SignatureAlgorithm::RSAPKCS1`
1622

23+
[v0.2.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
1724
[v0.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
1825
[v0.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openssl-signature_algorithm (0.1.1)
4+
openssl-signature_algorithm (0.2.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/openssl/signature_algorithm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OpenSSL
44
module SignatureAlgorithm
5-
VERSION = "0.1.1"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)