Skip to content

Commit e0b3278

Browse files
committed
Release version 0.23.0 today
1 parent 2828ad0 commit e0b3278

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.23.0] - 2025-01-07
810
### Fixed
911
- Bearer tokens with nested JSON string are now properly handled. Thanks to [`Patrick Rodrigues`](https://github.com/pythrick).
1012
- Client credentials auth instances will now use credentials (client_id and client_secret) as well to distinguish tokens. This was an issue when the only parameters changing were the credentials.
@@ -260,7 +262,8 @@ Note that a few changes were made:
260262
### Added
261263
- Placeholder for port of requests_auth to httpx
262264

263-
[Unreleased]: https://github.com/Colin-b/httpx_auth/compare/v0.22.0...HEAD
265+
[Unreleased]: https://github.com/Colin-b/httpx_auth/compare/v0.23.0...HEAD
266+
[0.23.0]: https://github.com/Colin-b/httpx_auth/compare/v0.22.0...v0.23.0
264267
[0.22.0]: https://github.com/Colin-b/httpx_auth/compare/v0.21.0...v0.22.0
265268
[0.21.0]: https://github.com/Colin-b/httpx_auth/compare/v0.20.0...v0.21.0
266269
[0.20.0]: https://github.com/Colin-b/httpx_auth/compare/v0.19.0...v0.20.0

httpx_auth/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Major should be incremented in case there is a breaking change. (eg: 2.5.8 -> 3.0.0)
44
# Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 2.6.0)
55
# Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9)
6-
__version__ = "0.22.0"
6+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)