Skip to content

Commit fcde72f

Browse files
Bump to v1.3.0
1 parent 3c28ad3 commit fcde72f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v1.3.0] - 2022-10-28
4+
5+
- Add support for EdDSA (#55). Credits to @bdewater.
6+
37
## [v1.2.1] - 2022-07-03
48

59
- Support OpenSSL ~>3.0.0. Credits to @ClearlyClaire <3
@@ -139,7 +143,8 @@ NOTE: No breaking changes. Moving out of `v0.x` to express the intention to keep
139143
- EC2 key object
140144
- Works with ruby 2.5
141145

142-
[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.2.0...v1.2.1/
146+
[v1.3.0]: https://github.com/cedarcode/cose-ruby/compare/v1.2.1...v1.3.0/
147+
[v1.2.1]: https://github.com/cedarcode/cose-ruby/compare/v1.2.0...v1.2.1/
143148
[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.1.0...v1.2.0/
144149
[v1.1.0]: https://github.com/cedarcode/cose-ruby/compare/v1.0.0...v1.1.0/
145150
[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.1"
4+
VERSION = "1.3.0"
55
end

0 commit comments

Comments
 (0)