Skip to content

Commit

Permalink
Prepare the release
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed May 22, 2024
1 parent 51f1ddc commit dbdb96b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.16.3] - 2024-05-22

### Fixed

- The authority server successful response might not include the `scope` field, that is now optional.

---

## [0.16.2] - 2024-05-10

### Added
Expand Down Expand Up @@ -360,7 +368,8 @@ The old API is still available but deprecated. It will be removed soon.



[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.2...HEAD
[Unreleased]: https://github.com/primait/bridge.rs/compare/0.16.3...HEAD
[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
[0.16.1]: https://github.com/primait/bridge.rs/compare/0.16.0...0.16.1
[0.16.0]: https://github.com/primait/bridge.rs/compare/0.15.1-rc.0...0.16.0
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.2"
version = "0.16.3"
# See https://github.com/rust-lang/rust/issues/107557
rust-version = "1.72"

Expand Down

0 comments on commit dbdb96b

Please sign in to comment.