Skip to content

Commit f11d219

Browse files
Bump gem version to v1.2.1
1 parent 530db2f commit f11d219

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.2.1] - 2022-07-03
4+
5+
- Support OpenSSL ~>3.0.0. Credits to @ClearlyClaire <3
6+
37
## [v1.2.0] - 2020-07-10
48

59
### Added
@@ -135,6 +139,7 @@ NOTE: No breaking changes. Moving out of `v0.x` to express the intention to keep
135139
- EC2 key object
136140
- Works with ruby 2.5
137141

142+
[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.2.0...v1.2.1/
138143
[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.1.0...v1.2.0/
139144
[v1.1.0]: https://github.com/cedarcode/cose-ruby/compare/v1.0.0...v1.1.0/
140145
[v1.0.0]: https://github.com/cedarcode/cose-ruby/compare/v0.11.0...v1.0.0/

lib/cose/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module COSE
4-
VERSION = "1.2.0"
4+
VERSION = "1.2.1"
55
end

0 commit comments

Comments
 (0)