From 8a80792bd4231d0e865bb3fd33e5f05ebe02a4ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:18:00 +0000 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15333c1..adbcce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.4](https://github.com/joshtgl/ashsa/compare/v0.2.3...v0.2.4) - 2026-06-17 + +### Other + +- update readme + ## [0.2.3](https://github.com/joshtgl/ashsa/compare/v0.2.2...v0.2.3) - 2026-06-15 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 8a986df..8fdfa64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "ashsa" -version = "0.2.3" +version = "0.2.4" dependencies = [ "lambda_runtime", "mockito", diff --git a/Cargo.toml b/Cargo.toml index 205922e..2c03041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ashsa" -version = "0.2.3" +version = "0.2.4" edition = "2024" description = "Alexa Smart Home Skill Adapter for Home Assistant" license = "MIT"