Skip to content

Commit

Permalink
add testing for ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 4, 2017
1 parent 7cdbd1d commit 13276b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -12,7 +12,7 @@

- [ ] RuboCop passes

- [ ] Existing tests pass
- [ ] Existing tests pass

#### New Plugins

Expand All @@ -24,5 +24,4 @@

#### Purpose

#### Known Compatablity Issues

#### Known Compatibility Issues
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4.1
notifications:
email:
recipients:
Expand All @@ -29,3 +30,4 @@ deploy:
rvm: 2.1
rvm: 2.2
rvm: 2.3.0
rvm: 2.4.1
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,10 +4,15 @@ 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 testing (@majormoses)

### Fixed
- typos in PR template (@majormoses)

### [2.2.0] - 2017-07-02
## Added
- add jwt token support
- add jwt token support (@Ishahar)

## [2.1.0] - 2017-02-28
### Added
Expand Down

0 comments on commit 13276b5

Please sign in to comment.