From 95b226b6d3394550b872ddda45273c8055820552 Mon Sep 17 00:00:00 2001 From: "masterpointbot[bot]" <177651640+masterpointbot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:40:01 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca10041..c6af6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v2.0.0...v3.0.0) (2026-06-09) + + +### ⚠ BREAKING CHANGES + +* add OPA Rego v1 compatibility check (INT-331) ([#35](https://github.com/masterpointio/github-action-opa-rego-test/issues/35)) + +### Features + +* add OPA Rego v1 compatibility check (INT-331) ([#35](https://github.com/masterpointio/github-action-opa-rego-test/issues/35)) ([e245317](https://github.com/masterpointio/github-action-opa-rego-test/commit/e24531764cef0c9c9353c3e516efc08ca3218552)) + + +### Bug Fixes + +* pin GitHub Actions to commit SHAs (INT-326) ([#33](https://github.com/masterpointio/github-action-opa-rego-test/issues/33)) ([ec618c3](https://github.com/masterpointio/github-action-opa-rego-test/commit/ec618c333176a949560e39575d8175ed27a66698)) + ## [2.0.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v1.2.0...v2.0.0) (2025-05-30)