Skip to content

Commit 121e860

Browse files
committed
prep for 1.3.0 release
1 parent 9247d0a commit 121e860

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,8 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66

77
## [Unreleased]
8+
9+
## [1.3.0] - 2017-08-05
810
### Added
9-
- Flag to use SSL in `check-haproxy.rb``
11+
- Flag to use SSL in `check-haproxy.rb` (@foozmeat) (@Evesey)
1012

1113
## [1.2.0] - 2017-07-25
1214
### Added
@@ -67,7 +69,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6769
### Added
6870
- initial release
6971

70-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...HEAD
72+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...HEAD
73+
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
7174
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.0
7275
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.0.0...1.1.0
7376
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/0.1.1...1.0.0

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

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

0 commit comments

Comments
 (0)