Skip to content

Commit 6653a51

Browse files
committed
prep for 2.1.0 release
1 parent 9f0b655 commit 6653a51

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
55

66
## [Unreleased]
7+
8+
## [2.1.0] - 2018-10-16
79
### Added
8-
- Moves check_vsn and compute_lag to library method
10+
- Moves check_vsn and compute_lag to library method (@phumpal)
911

1012
## [2.0.0] - 2018-10-15
1113
### Breaking Changes
12-
- Remove unsupported Rubies: `< 2.3.0`
14+
- Remove unsupported Rubies: `< 2.3.0` (@phumpal)
1315

1416
## [1.4.6] - 2018-05-03
1517
### Fixed
@@ -151,7 +153,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
151153
### Added
152154
- initial release
153155

154-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...HEAD
156+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...HEAD
157+
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
155158
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0
156159
[1.4.6]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...1.4.6
157160
[1.4.5]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...1.4.5

lib/sensu-plugins-postgres/version.rb

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

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

0 commit comments

Comments
 (0)