File tree 2 files changed +7
-1
lines changed
lib/openssl/signature_algorithm
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.3.0] - 2023-02-15
4
+
5
+ - Loose OpenSSL dependency to support 3.1 users. Thanks @bdewater <3
6
+
3
7
## [ v1.2.1] - 2022-06-05
4
8
5
9
- Support OpenSSL ~ >3.0.0. Credits to @ClearlyClaire <3
88
92
- ` OpenSSL::SignatureAlgorithm::RSAPSS `
89
93
- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
90
94
95
+ [ v1.3.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.2.1...v1.3.0/
91
96
[ v1.2.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.1...v1.2.1/
92
97
[ v1.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
93
98
[ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
100
105
101
106
[ @santiagorodriguez96 ] : https://github.com/santiagorodriguez96
102
107
[ @ClearlyClaire ] : https://github.com/clearlyclaire
108
+ [ @bdewater ] : https://github.com/bdewater
Original file line number Diff line number Diff line change 2
2
3
3
module OpenSSL
4
4
module SignatureAlgorithm
5
- VERSION = "1.2.1 "
5
+ VERSION = "1.3.0 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments