diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dfcce..d9b86f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +--- + +## [0.19.0] - 2024-11-25 + ### Added - Support for the option `pool_idle_timeout` in the client builder @@ -483,7 +487,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.18.0...HEAD + +[Unreleased]: https://github.com/primait/bridge.rs/compare/0.19.0...HEAD +[0.19.0]: https://github.com/primait/bridge.rs/compare/0.18.0...0.19.0 [0.18.0]: https://github.com/primait/bridge.rs/compare/0.17.0...0.18.0 [0.17.0]: https://github.com/primait/bridge.rs/compare/0.16.6...0.17.0 [0.16.6]: https://github.com/primait/bridge.rs/compare/0.16.5...0.16.6 diff --git a/Cargo.toml b/Cargo.toml index 1634bc2..a760bb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "prima_bridge" readme = "README.md" repository = "https://github.com/primait/bridge.rs" -version = "0.18.0" +version = "0.19.0" # See https://github.com/rust-lang/rust/issues/107557 rust-version = "1.72"