CHANGELOG.md in cose-0.6.0 vs CHANGELOG.md in cose-0.6.1
- old
+ new
@@ -1,7 +1,13 @@
# Changelog
+## [v0.6.1] - 2019-04-06
+
+### Fixed
+
+- Fix COSE::Key::RSA#to_pkey for a public key
+
## [v0.6.0] - 2019-04-03
### Added
- Support Key Common Parameters (`#base_iv`, `key_ops`, `#alg` and `#kid`)
@@ -65,9 +71,10 @@
### Added
- EC2 key object
- Works with ruby 2.5
+[v0.6.1]: https://github.com/cedarcode/cose-ruby/compare/v0.6.0...v0.6.1/
[v0.6.0]: https://github.com/cedarcode/cose-ruby/compare/v0.5.0...v0.6.0/
[v0.5.0]: https://github.com/cedarcode/cose-ruby/compare/v0.4.1...v0.5.0/
[v0.4.1]: https://github.com/cedarcode/cose-ruby/compare/v0.4.0...v0.4.1/
[v0.4.0]: https://github.com/cedarcode/cose-ruby/compare/v0.3.0...v0.4.0/
[v0.3.0]: https://github.com/cedarcode/cose-ruby/compare/v0.2.0...v0.3.0/