Skip to content

Commit b540a5a

Browse files
committed
prep for 3.0.0 release
1 parent a1d8120 commit b540a5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ before_install:
99
install:
1010
- bundle install
1111
rvm:
12-
- 2.1
13-
- 2.2
1412
- 2.3.0
1513
- 2.4.1
1614
notifications:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [3.0.0] - 2018-12-17
89
### Breaking Changes
910
- removed ruby support for versions `< 2.3` (@majormoses)
1011

@@ -258,7 +259,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
258259
- initial release
259260

260261

261-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...HEAD
262+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...HEAD
263+
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...3.0.0
262264
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.1...2.1.0
263265
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...2.0.1
264266
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0

lib/sensu-plugins-elasticsearch/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsElasticsearch
22
module Version
3-
MAJOR = 2
4-
MINOR = 1
3+
MAJOR = 3
4+
MINOR = 0
55
PATCH = 0
66

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

0 commit comments

Comments
 (0)