From 4fe8bd42f25195d9ad27de39e47aa89c86b941e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:25:32 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a13a6..4219ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v1.1.0...v1.2.0) (2025-04-30) + + +### Features + +* allow to request static opa binary ([#24](https://github.com/masterpointio/github-action-opa-rego-test/issues/24)) ([1e51290](https://github.com/masterpointio/github-action-opa-rego-test/commit/1e51290cee35301008ad302400f434d8aa37565e)) + ## [1.1.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v1.0.0...v1.1.0) (2025-01-15)