diff --git a/History.md b/History.md index 34b1ec5..c8acdf6 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# 0.10.1 / 2024-04-17 + + * Fix: Add missing configmap creation + # 0.10.0 / 2024-04-16 * Switch to pure-go sqlite driver diff --git a/charts/latestver/Chart.yaml b/charts/latestver/Chart.yaml index 5efec5f..71fcd71 100644 --- a/charts/latestver/Chart.yaml +++ b/charts/latestver/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: latestver description: Hosting go-latestver on Kubernetes type: application -version: 0.2.0 -appVersion: v0.10.0 +version: 0.3.0 +appVersion: v0.10.1