Skip to content

Commit 4acc792

Browse files
committed
🔖 Prepare release 1.1.0
1 parent 0b62127 commit 4acc792

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
* `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2`
2323
* symbolized keys, dot-access and snake-case are now normalized
2424

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+
2530
## [1.0.0] 2022-08-23
2631
### Changed
2732
* Dropped support for Ruby < 2.7
@@ -31,6 +36,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3136
* New EOL Policy
3237
* Non-commercial support for the oldest version of Ruby (which itself is going EOL) will be dropped each year in April
3338

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+
3444
## [0.6.1] 2022-08-23
3545
### Changed
3646
* Fixed documentation in SECURITY.md
@@ -53,6 +63,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5363
### Removed
5464
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
5565

66+
## [0.5.14] 2022-08-29
67+
The "hopeful last 0.5.x" Release
68+
69+
### Fixed
70+
* More typos fixed
71+
5672
## [0.5.13] 2022-08-23
5773
The "I think I caught 'em all!" Release
5874

@@ -451,9 +467,12 @@ but please have a look at the unit tests.
451467

452468
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v1.1.0...main
453469
[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
454471
[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
455473
[0.6.1]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
456474
[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
457476
[0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
458477
[0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
459478
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11

oauth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Non-commercial support for the 1.x series will end by April, 2025. Please make a
4141
The only breaking change will be dropped support for Ruby 2.7 and any other versions which will also have reached EOL by then.
4242
4343
Please see:
44-
https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
44+
#{spec.homepage}/blob/main/SECURITY.md
4545
4646
Note also that I am, and this project is, in the process of leaving Github.
4747
I wrote about some of the reasons here:

0 commit comments

Comments
 (0)