CHANGELOG.md in cose-0.6.1 vs CHANGELOG.md in cose-0.7.0
- old
+ new
@@ -1,7 +1,13 @@
# Changelog
+## [v0.7.0] - 2019-05-02
+
+### Fixed
+
+- `require "cose"` now correctly requires all features
+
## [v0.6.1] - 2019-04-06
### Fixed
- Fix COSE::Key::RSA#to_pkey for a public key
@@ -71,9 +77,10 @@
### Added
- EC2 key object
- Works with ruby 2.5
+[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/
[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/