From 66ffef80c3f98d64bc75ee148a970636d5b06784 Mon Sep 17 00:00:00 2001 From: "hostingerbot[bot]" <186017078+hostingerbot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:21:50 +0000 Subject: [PATCH] chore: Release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a8bbe..b040f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.3](https://github.com/hostinger/fireactions/compare/v2.0.2...v2.0.3) (2026-02-06) + + +### Bug Fixes + +* **agent:** Don't wait for shutdown command to execute ([f95b16e](https://github.com/hostinger/fireactions/commit/f95b16e5cf17d434dab86cb59c9d01f6373e4fd7)) +* **server:** Increase timeouts and properly handle context for RPC calls ([0abdf45](https://github.com/hostinger/fireactions/commit/0abdf4525e90ed41f161958ab98757710c9e03f4)) + ## [2.0.2](https://github.com/hostinger/fireactions/compare/v2.0.1...v2.0.2) (2026-02-06)