From 45ef42cd3f6ee8133dca49ec118e0008bc7298fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:27:34 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e9e2d..1918cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.0](https://github.com/apify/actions/compare/v1.0.0...v1.1.0) (2026-05-18) + + +### Features + +* add mongodb-query-index-check action ([#3](https://github.com/apify/actions/issues/3)) ([e288951](https://github.com/apify/actions/commit/e288951cc60592067bc9962ffa2eff88042f27e2)) +* add python-package-check composite action ([#11](https://github.com/apify/actions/issues/11)) ([cafe9c0](https://github.com/apify/actions/commit/cafe9c01037ad8d0db8335d80807c26c03435186)) +* bump max-turns default to 100 and stream full Claude output ([#7](https://github.com/apify/actions/issues/7)) ([812c5cb](https://github.com/apify/actions/commit/812c5cbef2ac17071ecbafefdf14d993435d2d45)) +* expand allowed-tools list for mongodb-query-index-check ([#6](https://github.com/apify/actions/issues/6)) ([42e0fe2](https://github.com/apify/actions/commit/42e0fe2e29c013cc85d19c05706c1ca919cf7a91)) +* make the review prompt directive instead of descriptive ([#8](https://github.com/apify/actions/issues/8)) ([910af2a](https://github.com/apify/actions/commit/910af2ae269e3057a9fb68e733f8ae8ee8f39b13)) +* mention [@mtrunkat](https://github.com/mtrunkat) in the review summary on findings ([#12](https://github.com/apify/actions/issues/12)) ([2f0becd](https://github.com/apify/actions/commit/2f0becd0c89a7e8772b1172f75d17cb746501448)) + + +### Bug Fixes + +* move state files into workspace and address bash sandbox denials ([#9](https://github.com/apify/actions/issues/9)) ([6e2aa05](https://github.com/apify/actions/commit/6e2aa054ff3ba8e47be4ccddf6c1958434d3618c)) +* Stop using `@octokit/rest` in scripts ([#10](https://github.com/apify/actions/issues/10)) ([232b613](https://github.com/apify/actions/commit/232b61378362e7a3e4ae78a4eda18b42c990bfe4)) + ## 1.0.0 (2026-05-15)