We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530db2f commit f11d219Copy full SHA for f11d219
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.2.1] - 2022-07-03
4
+
5
+- Support OpenSSL ~>3.0.0. Credits to @ClearlyClaire <3
6
7
## [v1.2.0] - 2020-07-10
8
9
### Added
@@ -135,6 +139,7 @@ NOTE: No breaking changes. Moving out of `v0.x` to express the intention to keep
135
139
- EC2 key object
136
140
- Works with ruby 2.5
137
141
142
+[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.2.0...v1.2.1/
138
143
[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.1.0...v1.2.0/
144
[v1.1.0]: https://github.com/cedarcode/cose-ruby/compare/v1.0.0...v1.1.0/
145
[v1.0.0]: https://github.com/cedarcode/cose-ruby/compare/v0.11.0...v1.0.0/
lib/cose/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module COSE
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments