CHANGELOG.md in cose-1.0.0 vs CHANGELOG.md in cose-1.1.0

- old
+ new

@@ -1,14 +1,20 @@ # Changelog +## [v1.1.0] - 2020-07-09 + +### Dependencies + +- Update `openssl-signature_algorithm` runtime dependency from `~> 0.4.0` to `~> 1.0`. + ## [v1.0.0] - 2020-03-29 ### Added - Signature verification validates key `alg` is compatible with the signature algorithm -NOTE: No breaking changes. Moving out of v0.x` to express the intention to keep the public API stable. +NOTE: No breaking changes. Moving out of `v0.x` to express the intention to keep the public API stable. ## [v0.11.0] - 2020-01-30 ### Added @@ -121,9 +127,10 @@ ### Added - EC2 key object - Works with ruby 2.5 +[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/ [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/