From ee485cb5bfcb1da4e04faf4a3bb581231bd651e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:15:02 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc6361..fcc4a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/apify/actions/compare/v1.2.0...v1.3.0) (2026-06-05) + + +### Features + +* enhance MongoDB index checker with detailed sharding guidelines and common patterns ([#25](https://github.com/apify/actions/issues/25)) ([ebbf103](https://github.com/apify/actions/commit/ebbf10368eb33412fd89dbc7094c25ba8dfb1789)) +* extend MongoDB index-check prompt with six more review patterns ([#21](https://github.com/apify/actions/issues/21)) ([8bab229](https://github.com/apify/actions/commit/8bab22948562bab4bb1a4a962e5571709676550f)) +* PR title check action ([#24](https://github.com/apify/actions/issues/24)) ([28507c2](https://github.com/apify/actions/commit/28507c283529cfd5de11f7046443d25a39cb73e4)) +* Update model version from claude-opus-4-7 to claude-opus-4-8 ([#26](https://github.com/apify/actions/issues/26)) ([f4bd7c9](https://github.com/apify/actions/commit/f4bd7c9aeaf8c43aaac13b17e41025a32dcec039)) + + +### Bug Fixes + +* **git-cliff-release:** Improve behavior with no existing version tag ([#27](https://github.com/apify/actions/issues/27)) ([9d7631e](https://github.com/apify/actions/commit/9d7631e09fd7cc1246532c903cb22633ea3eafa4)) + ## [1.2.0](https://github.com/apify/actions/compare/v1.1.2...v1.2.0) (2026-05-19)