Skip to content

Commit

Permalink
preparing for 2.0.2 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Mar 9, 2020
1 parent a934ac3 commit c519e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.0.2] - 2020-03-09

### Changed
- Fixed frozen_string_literal issues

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

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.2...HEAD
[2.0.2]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...2.0.2
[2.0.1]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.0...2.0.1
[2.0.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...2.0.0
[1.4.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-haproxy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsHAProxy
module Version
MAJOR = 2
MINOR = 0
PATCH = 1
PATCH = 2

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit c519e4b

Please sign in to comment.