@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727* New EOL Policy
2828 * Non-commercial support for the oldest version of Ruby (which itself is going EOL) will be dropped each year in April
2929
30+ ## [ 0.6.2] 2022-08-29
31+ ### Changed
32+ * ` OAuth::Comsumer#options ` hash is now handled by ` snaky_hash ` , which was extracted from ` oauth2 `
33+ * symbolized keys, dot-access and snake-case are now normalized
34+
3035## [ 0.6.1] 2022-08-23
3136### Changed
3237* Fixed documentation in SECURITY.md
@@ -49,6 +54,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4954### Removed
5055* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
5156
57+ ## [ 0.5.14] 2022-08-29
58+ The "hopeful last 0.5.x" Release
59+
60+ ### Fixed
61+ * More typos fixed
62+
5263## [ 0.5.13] 2022-08-23
5364The "I think I caught 'em all!" Release
5465
@@ -448,8 +459,10 @@ but please have a look at the unit tests.
448459[ Unreleased ] : https://github.com/oauth-xx/oauth-ruby/compare/v1.0.1...main
449460[ 1.0.1 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.1
450461[ 1.0.0 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.0
462+ [ 0.6.2 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.2
451463[ 0.6.1 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
452464[ 0.6.0 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.0
465+ [ 0.5.14 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.14
453466[ 0.5.13 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
454467[ 0.5.12 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
455468[ 0.5.11 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
0 commit comments