Skip to content

Commit 6e67eed

Browse files
committed
prep for 2.1.1 release
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent 19e28c9 commit 6e67eed

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
77
- Added 'check-ctime.rb' for checking the file created time (@landondao1)
88

99
## [Unreleased]
10+
11+
## [2.1.1] - 2020-07-27
1012
### Removed
11-
- Removed Bonsai reference for generic "centos" assets.
13+
- Fixed Asset deployment to bonsai by removing reference for generic "centos" assets.
1214

1315
## [2.1.0] - 2020-07-16
1416
### Added
@@ -65,7 +67,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6567
### Added
6668
- initial release
6769

68-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.0...HEAD
70+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.1...HEAD
71+
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.0...2.1.1
6972
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.0.0...2.1.0
7073
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/1.0.0...2.0.0
7174
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.4...1.0.0

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

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

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

0 commit comments

Comments
 (0)