From 3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 27 Feb 2025 10:48:44 +0900 Subject: [PATCH] Release 2.49.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f435f0..7c60b830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.49.6] - 2025-02-27 + - Update `cargo-lambda@latest` to 1.7.0. ## [2.49.5] - 2025-02-25 @@ -3586,7 +3588,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.5...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.6...HEAD +[2.49.6]: https://github.com/taiki-e/install-action/compare/v2.49.5...v2.49.6 [2.49.5]: https://github.com/taiki-e/install-action/compare/v2.49.4...v2.49.5 [2.49.4]: https://github.com/taiki-e/install-action/compare/v2.49.3...v2.49.4 [2.49.3]: https://github.com/taiki-e/install-action/compare/v2.49.2...v2.49.3