Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Aug 23, 2024
1 parent d5b95fe commit 484de3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

---

## [0.16.6] - 2024-08-23

### Removed

- The library no longer validates tokens after recieving them from auth0
Expand Down Expand Up @@ -447,7 +451,9 @@ Request::rest(&bridge).send()

The old API is still available but deprecated. It will be removed soon.

[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.5...HEAD

[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.6...HEAD
[0.16.6]: https://github.com/primait/bridge.rs/compare/0.16.5...0.16.6
[0.16.5]: https://github.com/primait/bridge.rs/compare/0.16.4...0.16.5
[0.16.3]: https://github.com/primait/bridge.rs/compare/0.16.2...0.16.2
[0.16.2]: https://github.com/primait/bridge.rs/compare/0.16.1...0.16.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "prima_bridge"
readme = "README.md"
repository = "https://github.com/primait/bridge.rs"
version = "0.16.5"
version = "0.16.6"
# See https://github.com/rust-lang/rust/issues/107557
rust-version = "1.72"

Expand Down

0 comments on commit 484de3c

Please sign in to comment.