Skip to content

Commit 8abb75d

Browse files
committed
prep for 1.2.0 release
1 parent a577d51 commit 8abb75d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66

77
## [Unreleased]
8+
9+
## [1.2.0] - 2017-07-25
810
### Added
911
- Ruby 2.4.1 testing
10-
- Add frontend request rate metrics to `--server-metrics`
12+
- Add frontend request rate metrics to `--server-metrics` (@Evesey)
1113

1214
## [1.1.0] - 2017-01-30
1315
### Added
@@ -63,7 +65,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6365
### Added
6466
- initial release
6567

66-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...HEAD
68+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...HEAD
69+
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
6770
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0
6871
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.1...1.0.0
6972
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.0...0.1.1

lib/sensu-plugins-haproxy/version.rb

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

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

0 commit comments

Comments
 (0)