diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e9e2d..69eafaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/apify/actions/compare/v1.0.0...v1.1.0) (2026-05-17) + + +### Features + +* add mongodb-query-index-check action ([#3](https://github.com/apify/actions/issues/3)) ([e288951](https://github.com/apify/actions/commit/e288951cc60592067bc9962ffa2eff88042f27e2)) +* 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)) + + +### 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)) + ## 1.0.0 (2026-05-15)