From 66252e543b745d8d89a70b5e14fa90d868587c24 Mon Sep 17 00:00:00 2001 From: "tero-internal-bot[bot]" <190883345+tero-internal-bot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:54:08 +0000 Subject: [PATCH] chore(master): release 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcde5f..e75c3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/usetero/policy/compare/v1.2.0...v1.3.0) (2026-03-04) + + +### Features + +* add spec for policy hit/miss ([#30](https://github.com/usetero/policy/issues/30)) ([7aadc23](https://github.com/usetero/policy/commit/7aadc23fad48790419603e9fc3a939f295757a41)) + + +### Bug Fixes + +* make comment more clear ([#32](https://github.com/usetero/policy/issues/32)) ([658ece6](https://github.com/usetero/policy/commit/658ece6d7882b1be58e8045cabe9d73900455721)) + ## [1.2.0](https://github.com/usetero/policy/compare/v1.1.0...v1.2.0) (2026-01-28)