diff --git a/lambda-http/CHANGELOG.md b/lambda-http/CHANGELOG.md index 6006d019..6659bad0 100644 --- a/lambda-http/CHANGELOG.md +++ b/lambda-http/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.2.0...lambda_http-v1.2.1) - 2026-05-25 + +### Other + +- updated the following local packages: lambda_runtime + ## [1.2.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.3...lambda_http-v1.2.0) - 2026-05-08 ### Added diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index 3103d682..10600be5 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_http" -version = "1.2.0" +version = "1.2.1" authors = [ "David Calavera ", "Harold Sun ", @@ -41,7 +41,7 @@ http = { workspace = true } http-body = { workspace = true } http-body-util = { workspace = true } hyper = { workspace = true } -lambda_runtime = { version = "1.2.0", path = "../lambda-runtime", default-features = false} +lambda_runtime = { version = "1.2.1", path = "../lambda-runtime", default-features = false} mime = "0.3" percent-encoding = "2.2" pin-project-lite = { workspace = true } diff --git a/lambda-runtime/CHANGELOG.md b/lambda-runtime/CHANGELOG.md index d24217a9..3ec3ab6c 100644 --- a/lambda-runtime/CHANGELOG.md +++ b/lambda-runtime/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.2.0...lambda_runtime-v1.2.1) - 2026-05-25 + +### Other + +- *(deps)* update opentelemetry-semantic-conventions requirement ([#1147](https://github.com/aws/aws-lambda-rust-runtime/pull/1147)) + ## [1.2.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.3...lambda_runtime-v1.2.0) - 2026-05-08 ### Added diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index 6b04c4a8..f283aa92 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_runtime" -version = "1.2.0" +version = "1.2.1" authors = [ "David Calavera ", "Harold Sun ",