Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b54ebb

Browse files
committedMay 3, 2022
🔖 Prepare release 0.5.9
Signed-off-by: Peter Boling <peter.boling@gmail.com>
1 parent 3ecd95e commit 6b54ebb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
## [0.5.9] 2022-05-03
17+
### Added
18+
* Documentation related to Ruby compatibility
19+
* Updated CHANGELOG.md formatting
20+
* Corrected CHANGELOG.md typos
21+
* Hardened the CI build for the next few years(?!)
22+
* Require MFA to push new version to Rubygems
23+
* Replace Hash Rocket syntax with JSON-style symbols where possible
24+
* Project tooling in preparation for final release of 0.5.x series
25+
- rubocop-ruby2_0
26+
- overcommit
27+
1628
## [0.5.8] 2021-11-10
1729
### Added
1830
* Added more documentation files to packaged gem, e.g. SECURITY.md, CODE_OF_CONDUCT.md
@@ -364,7 +376,8 @@ but please have a look at the unit tests.
364376
* Moved all non-Rails functionality from the Rails plugin:
365377
http://code.google.com/p/oauth-plugin/
366378

367-
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.8...v0.5-maintenance
379+
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.9...v0.5-maintenance
380+
[0.5.9]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.9
368381
[0.5.8]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.8
369382
[0.5.7]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.7
370383
[0.5.6]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.6

0 commit comments

Comments
 (0)
Please sign in to comment.