Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Oct 28, 2022
1 parent 3c28ad3 commit fcde72f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.3.0] - 2022-10-28

- Add support for EdDSA (#55). Credits to @bdewater.

## [v1.2.1] - 2022-07-03

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

[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.2.0...v1.2.1/
[v1.3.0]: https://github.com/cedarcode/cose-ruby/compare/v1.2.1...v1.3.0/
[v1.2.1]: https://github.com/cedarcode/cose-ruby/compare/v1.2.0...v1.2.1/
[v1.2.0]: https://github.com/cedarcode/cose-ruby/compare/v1.1.0...v1.2.0/
[v1.1.0]: https://github.com/cedarcode/cose-ruby/compare/v1.0.0...v1.1.0/
[v1.0.0]: https://github.com/cedarcode/cose-ruby/compare/v0.11.0...v1.0.0/
Expand Down
2 changes: 1 addition & 1 deletion lib/cose/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module COSE
VERSION = "1.2.1"
VERSION = "1.3.0"
end

0 comments on commit fcde72f

Please sign in to comment.