File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module COSE
4- VERSION = "1.2.1 "
4+ VERSION = "1.3.0 "
55end
You can’t perform that action at this time.
0 commit comments