From e132a4c53870cb9c406f0a0a0bf52dcefb755d9d Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 24 Jan 2025 14:24:58 +0000 Subject: [PATCH] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5a29e..801a7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.1] - 2025-01-22 +## [0.1.1] - 2025-01-24 ### 🐛 Bug Fixes @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/alecthomas/kong to v1.6.1 - *(deps)* Update module github.com/pressly/goose/v3 to v3.24.1 - *(deps)* Update module github.com/99designs/gqlgen to v0.17.63 +- *(k8s)* Standardize app label to app.kubernetes.io/name ## [0.1.0] - 2025-01-01