@@ -22,6 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
* ` OAuth::Comsumer#options ` hash is now handled by ` snaky_hash ` , which was extracted from ` oauth2 `
23
23
* symbolized keys, dot-access and snake-case are now normalized
24
24
25
+ ## [ 1.0.1] 2022-08-29
26
+ ### Changed
27
+ * ` OAuth::Comsumer#options ` hash is now handled by ` snaky_hash ` , which was extracted from ` oauth2 `
28
+ * symbolized keys, dot-access and snake-case are now normalized
29
+
25
30
## [ 1.0.0] 2022-08-23
26
31
### Changed
27
32
* Dropped support for Ruby < 2.7
@@ -31,6 +36,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
36
* New EOL Policy
32
37
* Non-commercial support for the oldest version of Ruby (which itself is going EOL) will be dropped each year in April
33
38
39
+ ## [ 0.6.2] 2022-08-29
40
+ ### Changed
41
+ * ` OAuth::Comsumer#options ` hash is now handled by ` snaky_hash ` , which was extracted from ` oauth2 `
42
+ * symbolized keys, dot-access and snake-case are now normalized
43
+
34
44
## [ 0.6.1] 2022-08-23
35
45
### Changed
36
46
* Fixed documentation in SECURITY.md
@@ -53,6 +63,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
63
### Removed
54
64
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
55
65
66
+ ## [ 0.5.14] 2022-08-29
67
+ The "hopeful last 0.5.x" Release
68
+
69
+ ### Fixed
70
+ * More typos fixed
71
+
56
72
## [ 0.5.13] 2022-08-23
57
73
The "I think I caught 'em all!" Release
58
74
@@ -451,9 +467,12 @@ but please have a look at the unit tests.
451
467
452
468
[ Unreleased ] : https://github.com/oauth-xx/oauth-ruby/compare/v1.1.0...main
453
469
[ 1.1.0 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.1.0
470
+ [ 1.0.1 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.1
454
471
[ 1.0.0 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.0
472
+ [ 0.6.2 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.2
455
473
[ 0.6.1 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
456
474
[ 0.6.0 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.0
475
+ [ 0.5.14 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.14
457
476
[ 0.5.13 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
458
477
[ 0.5.12 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
459
478
[ 0.5.11 ] : https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
0 commit comments