CHANGELOG.md in sensu-plugins-rspec-1.1.0 vs CHANGELOG.md in sensu-plugins-rspec-2.0.0
- old
+ new
@@ -1,13 +1,20 @@
-#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] 2017-07-15
+## [2.0.0] - 2017-07-27
+### Breaking Changes
+- Check result names will now be appended with a unique index value to ensure a unique namespace for all results (@Evesy)
+
+### Removed
+- Ruby 1.9.3 from deploy-time testing (@eheydrick)
+
+## [1.1.0] - 2017-07-15
### Added
- Config option to provide a proxy client name for rspec results
## [1.0.0] - 2017-07-12
### Added
@@ -44,10 +51,11 @@
## 0.0.1.alpha.1
* identical functionality as community-plugins
* fix rubocop errors
* add unpinned dependencies to gemspec
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/1.1.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/2.0.0...HEAD
+[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/0.0.3...1.0.0
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-rspec/compare/0.0.1...0.0.2