CHANGELOG.md in doorkeeper-jwt-0.3.0 vs CHANGELOG.md in doorkeeper-jwt-0.4.0

- old
+ new

@@ -1,16 +1,25 @@ # Change Log All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). +The format is based on [Keep a Changelog](http://keepachangelog.com/) and this +project adheres to [Semantic Versioning](http://semver.org/). +## master + +### Changed + +## [0.4.0] - 2019-06-11 + +- Restructured library files to follow naming conventions. (https://guides.rubygems.org/name-your-gem/). +- Add support of new doorkeeper with encryption [#30](https://github.com/doorkeeper-gem/doorkeeper-jwt/pull/30) + ## [0.3.0] - 2018-10-01 ### Added -- Bump JWT gem version. Via [#27](https://github.com/doorkeeper-gem/doorkeeper-jwt/pull/27) by [@pacop](https://github.com/pacop/) +- Bump JWT gem version. Via [#27](https://github.com/doorkeeper-gem/doorkeeper-jwt/pull/27) by [@pacop](https://github.com/pacop/). ## [0.2.1] - 2017-06-07 ### Fixed @@ -18,6 +27,7 @@ ## [0.2.0] - 2017-05-25 ### Added -- Added support for ["kid" (Key ID) Header Parameter](https://tools.ietf.org/html/rfc7515#section-4.1.4) @travisofthenorth. Allows custom token headers. +- Added support for ["kid" (Key ID) Header Parameter](https://tools.ietf.org/html/rfc7515#section-4.1.4) + @travisofthenorth. Allows custom token headers.