@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
* New EOL Policy
28
28
* Non-commercial support for the oldest version of Ruby (which itself is going EOL) will be dropped each year in April
29
29
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
+
30
35
## [ 0.6.1] 2022-08-23
31
36
### Changed
32
37
* Fixed documentation in SECURITY.md
@@ -49,6 +54,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
54
### Removed
50
55
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
51
56
57
+ ## [ 0.5.14] 2022-08-29
58
+ The "hopeful last 0.5.x" Release
59
+
60
+ ### Fixed
61
+ * More typos fixed
62
+
52
63
## [ 0.5.13] 2022-08-23
53
64
The "I think I caught 'em all!" Release
54
65
@@ -448,8 +459,10 @@ but please have a look at the unit tests.
448
459
[ Unreleased ] : https://github.com/oauth-xx/oauth-ruby/compare/v1.0.1...main
449
460
[ 1.0.1 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.1
450
461
[ 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
451
463
[ 0.6.1 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
452
464
[ 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
453
466
[ 0.5.13 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
454
467
[ 0.5.12 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
455
468
[ 0.5.11 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
0 commit comments