Skip to content

Commit bee2a6f

Browse files
Bump gem version to v1.2.1
1 parent c46c9b9 commit bee2a6f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.2.1] - 2022-06-05
4+
5+
- Support OpenSSL ~>3.0.0. Credits to @ClearlyClaire <3
6+
37
## [v1.1.1] - 2021-02-11
48

59
### Fixed
@@ -84,6 +88,7 @@
8488
- `OpenSSL::SignatureAlgorithm::RSAPSS`
8589
- `OpenSSL::SignatureAlgorithm::RSAPKCS1`
8690

91+
[v1.2.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.1...v1.2.1/
8792
[v1.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
8893
[v1.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
8994
[v1.0.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
@@ -94,3 +99,4 @@
9499
[v0.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
95100

96101
[@santiagorodriguez96]: https://github.com/santiagorodriguez96
102+
[@ClearlyClaire]: https://github.com/clearlyclaire

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.1.1"
5+
VERSION = "1.2.1"
66
end
77
end

0 commit comments

Comments
 (0)