diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ff8d2e9..e4c3c2b 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,5 +24,5 @@ #### Purpose -#### Known Compatablity Issues +#### Known Compatibility Issues diff --git a/.travis.yml b/.travis.yml index bb7b023..ac16ac7 100755 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ rvm: - 2.0 - 2.1 - 2.2 +- 2.3.0 +- 2.4.1 notifications: email: recipients: @@ -28,4 +30,6 @@ deploy: rvm: 2.0 rvm: 2.1 rvm: 2.2 + rvm: 2.3.0 + rvm: 2.4.1 repo: sensu-plugins/sensu-plugins-mesos diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ffee9..a81ca6d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.3.0 testing +- Ruby 2.4.1 testing + ### Breaking Changes - Drop Ruby 1.9.3 support