Skip to content

Commit df1a9b2

Browse files
committed
prep for 0.1.0 release
1 parent a859493 commit df1a9b2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [0.1.0] - 2016-03-09
79
### Added
810
- Add new plugin `check-postgres-connections` that checks the number of connections to a DB
911

@@ -42,7 +44,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
4244
### Added
4345
- initial release
4446

45-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...HEAD
47+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...HEAD
48+
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
4649
[0.0.7]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.6...0.0.7
4750
[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.5...0.0.6
4851
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.4...0.0.5

lib/sensu-plugins-postgres/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsPostgres
22
module Version
33
MAJOR = 0
4-
MINOR = 0
5-
PATCH = 7
4+
MINOR = 1
5+
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)