CHANGELOG.md in sensu-plugins-postgres-0.0.7 vs CHANGELOG.md in sensu-plugins-postgres-0.1.0
- old
+ new
@@ -1,12 +1,16 @@
#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
+## [Unreleased]
+## [0.1.0] - 2016-03-09
+### Added
+- Add new plugin `check-postgres-connections` that checks the number of connections to a DB
+
## [0.0.7] - 2015-12-10
### Changed
- fixed [ -S | -ssl ] short option
## [0.0.6] - 2015-10-08
@@ -28,16 +32,23 @@
## [0.0.3] - 2015-07-14
### Changed
- updated sensu-plugin gem to 1.2.0
## [0.0.2] - 2015-06-03
-
### Fixed
- added binstubs
### Changed
- removed cruft from /lib
## 0.0.1 - 2015-04-30
-
### Added
- initial release
+
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...HEAD
+[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
+[0.0.7]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.6...0.0.7
+[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.5...0.0.6
+[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.4...0.0.5
+[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.3...0.0.4
+[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.2...0.0.3
+[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.1...0.0.2