From 09c5d0784ffea6b1c40e6b337dbe05426afb37b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:19:16 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1cf1e5..6ed2e48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ec500..e63bf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.2](https://github.com/grafana/generate-policy-bot-config/compare/v0.1.1...v0.1.2) (2024-11-26) + + +### 🔧 Miscellaneous Chores + +* **deps:** bump anchore/sbom-action from 0.17.7 to 0.17.8 ([#28](https://github.com/grafana/generate-policy-bot-config/issues/28)) ([8b1fb8b](https://github.com/grafana/generate-policy-bot-config/commit/8b1fb8b2f70ae65af11e73d341d194b4fc91b8ea)) +* **deps:** bump docker/metadata-action from 5.5.1 to 5.6.1 ([#29](https://github.com/grafana/generate-policy-bot-config/issues/29)) ([3b47b75](https://github.com/grafana/generate-policy-bot-config/commit/3b47b756713b94f1b179c1fd1512d4bb683ad8f2)) +* **deps:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#30](https://github.com/grafana/generate-policy-bot-config/issues/30)) ([c86ad90](https://github.com/grafana/generate-policy-bot-config/commit/c86ad90958f467334c69f738c011106bf763d69d)) +* **deps:** bump golang.org/x/term from 0.25.0 to 0.26.0 ([67c5a39](https://github.com/grafana/generate-policy-bot-config/commit/67c5a3905d538fc59e132f4bc611a1998a772675)) + ## [0.1.1](https://github.com/grafana/generate-policy-bot-config/compare/v0.1.0...v0.1.1) (2024-11-08)