diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ff8d2e9..aede799 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ - [ ] RuboCop passes -- [ ] Existing tests pass +- [ ] Existing tests pass #### New Plugins @@ -24,5 +24,5 @@ #### Purpose -#### Known Compatablity Issues +#### Known Compatability Issues diff --git a/.travis.yml b/.travis.yml index 4f08c97..ec71225 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ rvm: - 2.1 - 2.2 - 2.3.0 +- 2.4.1 notifications: email: recipients: @@ -30,4 +31,5 @@ deploy: rvm: 2.1 rvm: 2.2 rvm: 2.3.0 + rvm: 2.4.1 repo: sensu-plugins/sensu-plugins-percona diff --git a/CHANGELOG.md b/CHANGELOG.md index d5afb40..d331208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +### Added +- Ruby 2.4.1 testing ## [1.0.0] - 2016-09-25 ### Added