From 6ec1a807b8943a64828c16934b2272f80c5261e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:08:23 +0000 Subject: [PATCH] chore(main): release 0.36.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac80d7..5479707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.36.0](https://github.com/apify/workflows/compare/v0.35.1...v0.36.0) (2025-12-15) + + +### Features + +* Add execute-workflow action ([#228](https://github.com/apify/workflows/issues/228)) ([1751282](https://github.com/apify/workflows/commit/1751282df5a42a2035bd924e63828d47797a5c60)) + + +### Bug Fixes + +* Fix git cliff release workflow ([#239](https://github.com/apify/workflows/issues/239)) ([e86aabf](https://github.com/apify/workflows/commit/e86aabf1093a8ba778a09f10995fc6f4695be5d1)) + ## [0.35.1](https://github.com/apify/workflows/compare/v0.35.0...v0.35.1) (2025-10-09)