CHANGELOG.md in cose-0.10.0 vs CHANGELOG.md in cose-0.11.0

- old
+ new

@@ -1,7 +1,13 @@ # Changelog +## [v0.11.0] - 2020-01-30 + +### Added + +- Let others easily support more signature algorithms by making `COSE::Algorithm::SignatureAlgorithm` smarter + ## [v0.10.0] - 2019-12-19 ### Added - Works on ruby 2.7 without throwing any warnings @@ -107,9 +113,10 @@ ### Added - EC2 key object - Works with ruby 2.5 +[v0.11.0]: https://github.com/cedarcode/cose-ruby/compare/v0.10.0...v0.11.0/ [v0.10.0]: https://github.com/cedarcode/cose-ruby/compare/v0.9.0...v0.10.0/ [v0.9.0]: https://github.com/cedarcode/cose-ruby/compare/v0.8.0...v0.9.0/ [v0.8.0]: https://github.com/cedarcode/cose-ruby/compare/v0.7.0...v0.8.0/ [v0.7.0]: https://github.com/cedarcode/cose-ruby/compare/v0.6.1...v0.7.0/ [v0.6.1]: https://github.com/cedarcode/cose-ruby/compare/v0.6.0...v0.6.1/