CHANGELOG.md in openssl-signature_algorithm-1.1.0 vs CHANGELOG.md in openssl-signature_algorithm-1.1.1

- old
+ new

@@ -1,7 +1,13 @@ # Changelog +## [v1.1.1] - 2021-02-11 + +### Fixed + +- Fix error asking for ed25519 gem when actually not using EdDSA + ## [v1.1.0] - 2021-02-11 ### Added - EdDSA support added (requires adding the `ed25519` gem to your `Gemfile`) ([@santiagorodriguez96]) @@ -76,9 +82,10 @@ - `OpenSSL::SignatureAlgorithm::ECDSA` - `OpenSSL::SignatureAlgorithm::RSAPSS` - `OpenSSL::SignatureAlgorithm::RSAPKCS1` +[v1.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/ [v1.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/ [v1.0.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/ [v0.4.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/ [v0.3.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/ [v0.2.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/