Skip to content

Commit 206ce85

Browse files
committed
🔖 Prepare release 1.1.0
1 parent 7110a74 commit 206ce85

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

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

1414
### Removed
1515

16-
## [1.1.0] 2022-08-26
16+
## [1.1.0] 2022-08-29
1717
### Changed
1818
* `OAuth::CLI` has been extracted to a new gem, `oauth-tty`, hosted on [Gitlab](https://gitlab.com/oauth-xx/oauth-tty)
1919
* The public API of `oauth-tty` is backwards compatible (meaning `OAuth::CLI`)
2020
* The change within the `oauth` gem is backwards compatible as `oauth-tty` has been added as a dependency
2121
* Minor version bump is cautionary, as many lines of code have changed.
22+
* `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2`
23+
* symbolized keys, dot-access and snake-case are now normalized
2224

2325
## [1.0.0] 2022-08-23
2426
### Changed

oauth.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Gem::Specification.new do |spec|
3737
spec.post_install_message = "
3838
You have installed oauth version #{OAuth::Version::VERSION}, congratulations!
3939
40-
Non-commercial support for the 1.0.x series will end in April, 2025. Please make a plan to upgrade to the next version prior to that date.
41-
The only breaking change will be dropped support for Ruby 2.7.
40+
Non-commercial support for the 1.x series will end by April, 2025. Please make a plan to upgrade to the next version prior to that date.
41+
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:
4444
• https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
4545
46-
Note also that I, and this project, am in the process of leaving Github.
46+
Note also that I am, and this project is, in the process of leaving Github.
4747
I wrote about some of the reasons here:
4848
• https://dev.to/galtzo/im-leaving-github-50ba
4949

0 commit comments

Comments
 (0)