Skip to content

Commit ccce3fd

Browse files
author
Jef Spaleta
authored
Merge pull request #31 from sensu-plugins/release/2.0.0
prep for 2.0.0 release
2 parents 6c3c41b + cbcf546 commit ccce3fd

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
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [2.0.0] - 2019-05-07
79
### Breaking Changes
810
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
911
- 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)
@@ -54,7 +56,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5456
### Added
5557
- initial release
5658

57-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/1.0.0...HEAD
59+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.0.0...HEAD
60+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/1.0.0...2.0.0
5861
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.4...1.0.0
5962
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.3...0.0.4
6063
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.3...0.0.4

lib/sensu-plugins-filesystem-checks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SensuPluginsFilesystemChecks
22
module Version
3-
MAJOR = 1
3+
MAJOR = 2
44
MINOR = 0
55
PATCH = 0
66

0 commit comments

Comments
 (0)