diff --git a/CHANGELOG b/CHANGELOG index 8bb48b3..f33cec0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.1] - 2025-03-06 + +### 🐛 Bug Fixes + +- Correctly execute `make serve` + ## [0.3.0] - 2025-03-06 ### 🚀 Features diff --git a/charts/huesoporro/Chart.yaml b/charts/huesoporro/Chart.yaml index 9c41582..2147082 100644 --- a/charts/huesoporro/Chart.yaml +++ b/charts/huesoporro/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.3.0 +appVersion: 0.3.2 description: A Helm chart for Kubernetes name: huesoporro type: application -version: 0.3.0 +version: 0.3.2 diff --git a/charts/huesoporro/values.yaml b/charts/huesoporro/values.yaml index 0543d63..1c3bd9a 100644 --- a/charts/huesoporro/values.yaml +++ b/charts/huesoporro/values.yaml @@ -8,7 +8,7 @@ fullnameOverride: '' image: pullPolicy: Always repository: git.roboces.dev/catalin/huesoporro - tag: 0.3.0 + tag: 0.3.2 imagePullSecrets: [] ingress: annotations: {} diff --git a/pyproject.toml b/pyproject.toml index 3a5c884..46b32ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "huesoporro" -version = "0.3.0" +version = "0.3.2" description = "Misc Twitch bot" readme = "README.md" authors = [