From 371cbca3224d9bf9c4a5bc3c5761f816c0ce4a3b Mon Sep 17 00:00:00 2001
From: Jonathan Braswell <jonathan@radiusmethod.com>
Date: Wed, 11 Oct 2023 15:22:19 -0400
Subject: [PATCH] no changes

---
 CHANGELOG.md     | 4 ++++
 README.md        | 2 +-
 chart/Chart.yaml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48e5737a..a1b0dabd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ---
+## [3.0.4-bb.1] - 2023-09-20
+### Changed
+- no changes
+
 ## [3.0.4-bb.0] - 2023-09-20
 ### Changed
 - changed CI test script and values to work better with newer kyverno chart version 3.0.0 for app version 1.10.X
diff --git a/README.md b/README.md
index 8718a5ed..af049046 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # kyverno-policies
 
-![Version: 3.0.4-bb.0](https://img.shields.io/badge/Version-3.0.4--bb.0-informational?style=flat-square) ![AppVersion: v1.10.3](https://img.shields.io/badge/AppVersion-v1.10.3-informational?style=flat-square)
+![Version: 3.0.4-bb.1](https://img.shields.io/badge/Version-3.0.4--bb.1-informational?style=flat-square) ![AppVersion: v1.10.3](https://img.shields.io/badge/AppVersion-v1.10.3-informational?style=flat-square)
 
 Collection of Kyverno security and best-practice policies for Kyverno
 
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 8fba7be2..3154ece9 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v2
 name: kyverno-policies
-version: 3.0.4-bb.0
+version: 3.0.4-bb.1
 appVersion: v1.10.3
 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
 description: Collection of Kyverno security and best-practice policies for Kyverno
-- 
GitLab