Skip to content

Commit 5d60db2

Browse files
committed
prep for 1.2.0 release
1 parent 4940c3f commit 5d60db2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ 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+
## [1.2.0] - 2017-07-12
78
### Added
8-
- metric-postgres-statsdb.rb: Adds new metric `numbackends`.
9+
- metric-postgres-statsdb.rb: Adds new metric `numbackends`. (@phumpal)
910

1011
## [1.1.2] - 2017-06-02
1112
### Fixed
@@ -97,7 +98,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9798
### Added
9899
- initial release
99100

100-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...HEAD
101+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...HEAD
102+
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...1.2.0
101103
[1.1.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.1...1.1.2
102104
[1.1.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...1.1.1
103105
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.1...1.1.0

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 = 1
4-
MINOR = 1
5-
PATCH = 2
4+
MINOR = 2
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)