CHANGELOG.md in sensu-plugins-etcd-1.0.0 vs CHANGELOG.md in sensu-plugins-etcd-1.1.0
- old
+ new
@@ -1,12 +1,22 @@
-#Change Log
+# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [1.1.0] - 2019-06-11
+### Added
+- Updated to be compatible with other type of private keys than RSA (@CoRf)
+
+### Changed
+- Updated Travis configuration to include Ruby 2.4.1
+
+### Removed
+- Ruby 1.9.3 from deploy-time testing (@eheydrick)
+
## [1.0.0] - 2016-08-10
### Changed
- Removed Ruby 1.9 support
- Updated sensu-plugin dependency from `= 1.2.0` to `~> 1.3`
@@ -33,10 +43,11 @@
## 0.0.1 - 2015-04-30
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/1.0.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/1.1.0...HEAD
+[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/0.1.0...1.0.0
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/0.0.3...0.1.0
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-etcd/compare/0.0.1...0.0.2