CHANGELOG.md in sensu-plugins-haproxy-1.4.0 vs CHANGELOG.md in sensu-plugins-haproxy-2.0.0
- old
+ new
@@ -1,11 +1,31 @@
-#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/)
+This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
+Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+
+## [2.0.0] - 2020-03-06
+### Breaking Changes
+- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
+
+### Added
+- Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
+- Require latest sensu-plugin for [Sensu Go support](https://github.com/sensu-plugins/sensu-plugin#sensu-go-enablement)
+- Bonsai integration
+
+### Changed
+- update changelog guidelines location (@majormoses)
+- Updated bundler to '~> 2.1'
+- Updated rubocop to '~> 0.80.1'
+- Updated rake to '~> 13.0'
+- Updated codeclimate-test-reporter to '~> 1.0'
+- Remediated rubocop warnings
+- change backends services sessions check comparison to slim instead of smax in check-haproxy.rb - fixes issue [#39](https://github.com/sensu-plugins/sensu-plugins-haproxy/issues/39) (@jindraj)
+- Extended sessions warning and critical output to also show sessions limit.
## [1.4.0] - 2017-09-09
### Added
- metrics-haproxy.rb: new flag to expose all possible metrics `--expose-all` (@bergerx)
- added flag to use raw haproxy metric names `--use-haproxy-names` (@bergerx)