Skip to content

Commit 7821091

Browse files
author
Jef Spaleta
authored
Merge pull request #46 from nixwiz/pre_release/2.0.1
Roll patch release to force Travis deploy
2 parents eb25c95 + ecf66ad commit 7821091

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1] - 2020-03-06
11+
12+
### Changed
13+
- Nothing, empty release with Travis fixed to deploy release
14+
1015
## [2.0.0] - 2020-03-06
1116
### Breaking Changes
1217
- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
@@ -95,7 +100,9 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
95100
### Added
96101
- initial release
97102

98-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...HEAD
103+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.1...HEAD
104+
[2.0.1]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/2.0.0...2.0.1
105+
[2.0.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.4.0...2.0.0
99106
[1.4.0]:https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.3.0...1.4.0
100107
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.2.0...1.3.0
101108
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-haproxy/compare/1.1.0...1.2.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 = 0
7+
PATCH = 1
88

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

0 commit comments

Comments
 (0)