From ffbc546573d9a8a54ad5988a0de6a2114f0b02ed Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Sat, 13 Oct 2018 01:34:08 -0700 Subject: [PATCH] Prepare CHANGELOG for 1.4.1 release --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365193f9..81517dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. ## [unreleased] -- [#417](oauth-xx/oauth2#417) - update jwt (@thewoolleyman) -- [#418](oauth-xx/oauth2#418) - remove rubocop (temporary) (@pboling) +- no changes yet + +## [1.4.1] - 2018-10-13 + +- [#417](oauth-xx/oauth2#417) - update jwt dependency (@thewoolleyman) +- [#418](oauth-xx/oauth2#418) - remove rubocop dependency (temporary, added back in [#423](oauth-xx/oauth2#423)) (@pboling) - [#419](oauth-xx/oauth2#419) - update faraday dependency (@pboling) -- [#420](oauth-xx/oauth2#420) - update gemspec (@pboling) -- [#421](oauth-xx/oauth2#421) - fix [CHANGELOG](CHANGELOG.md) for previous releases (@pboling) +- [#420](oauth-xx/oauth2#420) - update [oauth2.gemspec](oauth2.gemspec) (@pboling) +- [#421](oauth-xx/oauth2#421) - fix [CHANGELOG.md](CHANGELOG.md) for previous releases (@pboling) +- [#422](oauth-xx/oauth2#422) - update [LICENSE](LICENSE) and [README.md](README.md) (@pboling) +- [#423](oauth-xx/oauth2#423) - update [builds](https://travis-ci.org/oauth-xx/oauth2/builds), [Rakefile](Rakefile) (@pboling) ## [1.4.0] - 2017-06-09 @@ -112,4 +118,5 @@ All notable changes to this project will be documented in this file. [1.3.0]: https://github.com/oauth-xx/oauth2/compare/v1.2.0...v1.3.0 [1.3.1]: https://github.com/oauth-xx/oauth2/compare/v1.3.0...v1.3.1 [1.4.0]: https://github.com/oauth-xx/oauth2/compare/v1.3.1...v1.4.0 +[1.4.1]: https://github.com/oauth-xx/oauth2/compare/v1.4.0...v1.4.1 [unreleased]: https://github.com/oauth-xx/oauth2/compare/v1.4.0...1-4-stable