Skip to content

Commit 323447b

Browse files
Bump gem version to v1.3.0
1 parent b32e629 commit 323447b

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.3.0] - 2023-02-15
4+
5+
- Loose OpenSSL dependency to support 3.1 users. Thanks @bdewater <3
6+
37
## [v1.2.1] - 2022-06-05
48

59
- Support OpenSSL ~>3.0.0. Credits to @ClearlyClaire <3
@@ -88,6 +92,7 @@
8892
- `OpenSSL::SignatureAlgorithm::RSAPSS`
8993
- `OpenSSL::SignatureAlgorithm::RSAPKCS1`
9094

95+
[v1.3.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.2.1...v1.3.0/
9196
[v1.2.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.1...v1.2.1/
9297
[v1.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
9398
[v1.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
@@ -100,3 +105,4 @@
100105

101106
[@santiagorodriguez96]: https://github.com/santiagorodriguez96
102107
[@ClearlyClaire]: https://github.com/clearlyclaire
108+
[@bdewater]: https://github.com/bdewater

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

0 commit comments

Comments
 (0)