Skip to content

Commit 4ed081f

Browse files
committed
Bump gem version to v1.1.0
1 parent 83e0656 commit 4ed081f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v1.1.0] - 2021-02-11
4+
5+
### Added
6+
7+
- EdDSA support added (requires adding the `ed25519` gem to your `Gemfile`) ([@santiagorodriguez96])
8+
39
## [v1.0.0] - 2020-07-08
410

511
### Added
@@ -72,9 +78,12 @@
7278
- `OpenSSL::SignatureAlgorithm::RSAPSS`
7379
- `OpenSSL::SignatureAlgorithm::RSAPKCS1`
7480

81+
[v1.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
7582
[v1.0.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
7683
[v0.4.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/
7784
[v0.3.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/
7885
[v0.2.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
7986
[v0.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
8087
[v0.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
88+
89+
[@santiagorodriguez96]: https://github.com/santiagorodriguez96

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 = "1.0.0"
5+
VERSION = "1.1.0"
66
end
77
end

0 commit comments

Comments
 (0)