Skip to content

Commit c519e4b

Browse files
committed
preparing for 2.0.2 patch release
1 parent a934ac3 commit c519e4b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
77

88
## [Unreleased]
99

10+
## [2.0.2] - 2020-03-09
11+
1012
### Changed
1113
- Fixed frozen_string_literal issues
1214

@@ -103,7 +105,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
103105
### Added
104106
- initial release
105107

106-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...HEAD
108+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.2...HEAD
109+
[2.0.2]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...2.0.2
107110
[2.0.1]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.0...2.0.1
108111
[2.0.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...2.0.0
109112
[1.4.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0

lib/sensu-plugins-haproxy/version.rb

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

99
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1010
end

0 commit comments

Comments
 (0)