From fc431821197620543c881ca679797ddf7d5df267 Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Wed, 23 Aug 2023 16:51:29 +0200 Subject: [PATCH] bump & changelog (#133) --- CHANGELOG.md | 15 +++++++++++---- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfde753..ec1d9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.14.5] - 2023-08-23 + +### Changed + +- Allow opentelemetry 0.20 + +--- + ## [0.14.4] - 2023-05-29 ### Changed @@ -35,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reintroduced `{RestRequest, GraphQLRequest}.get_body` for public use. The method was publicly accessible before 0.14.0 but was undocumented and meant only for internal use. -- Added `BridgeBuilder.with_redirect_policy` to specify how the Bridge should handle HTTP redirects +- Added `BridgeBuilder.with_redirect_policy` to specify how the Bridge should handle HTTP redirects --- @@ -288,9 +296,8 @@ 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.14.4...HEAD +[Unreleased]: https://github.com/primait/bridge.rs/compare/0.14.5...HEAD +[0.14.5]: https://github.com/primait/bridge.rs/compare/0.14.4...0.14.5 [0.14.4]: https://github.com/primait/bridge.rs/compare/0.14.3...0.14.4 [0.14.3]: https://github.com/primait/bridge.rs/compare/0.14.2...0.14.3 [0.14.2]: https://github.com/primait/bridge.rs/compare/0.14.1...0.14.2 diff --git a/Cargo.toml b/Cargo.toml index 3e8d999..0c9a24f 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.14.4" +version = "0.14.5" [features] auth0 = ["rand", "redis", "jsonwebtoken", "chrono", "chrono-tz", "aes", "cbc", "dashmap", "tracing"]