Skip to content

Commit da04856

Browse files
committed
📝 Document changes in HEAD
1 parent 0b5e2d6 commit da04856

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,24 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1010
### Fixed
1111
### Removed
1212

13-
## [2.0.10] - 2022-09-27 ([tag][2.0.10t])
13+
## [2.0.10] - 2025-05-12 ([tag][2.0.10t])
1414
### Added
15-
- Certificate for signing gem releases (@pboling)
15+
- [#635](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/635) - `.gitlab-ci.yml` file (@jessieay)
16+
- 20 year certificate for signing gem releases, expires 2045-04-29 (@pboling)
1617
- Gemspec metadata (@pboling)
1718
- funding_uri
19+
- news_uri
1820
- mailing_list_uri
1921
- SHA256 and SHA512 Checksums for release (@pboling)
2022
### Changed
21-
- Gem releases are now cryptographically signed (@pboling)
23+
- Gem releases are now cryptographically signed, with a 20-year cert (@pboling)
2224
### Fixed
23-
- [!633](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/633) Spaces will now be encoded as `%20` instead of `+` (@nov.matake)
25+
- [#633](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/633) - Spaces will now be encoded as `%20` instead of `+` (@nov.matake)
26+
- [#634](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/634) - `CHANGELOG.md` documentation fix (@skuwa229)
27+
- [#638](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/638) - fix `expired?` when `expires_in` is `0` (@disep)
28+
- [#639](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/639) - Only instantiate `OAuth2::Error` if `raise_errors` option is `true` (@glytch2)
29+
- [#640](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/640) - `README.md` documentation fix (@martinezcoder)
30+
- [#641](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/641) - Do not include sensitive information in the `inspect` (@manuelvanrijn)
2431

2532
## [2.0.9] - 2022-09-16 ([tag][2.0.9t])
2633
### Added

0 commit comments

Comments
 (0)