From 8af674de3b857ee915039ee7e96d2cdd3094618a Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Mon, 30 Aug 2021 22:29:11 +0200 Subject: [PATCH] release v0.4.0 --- CHANGELOG.md | 2 +- helm/uptimerobot-operator/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb30578..30fac92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v0.4.0] - 2021-08-30 ### Added diff --git a/helm/uptimerobot-operator/Chart.yaml b/helm/uptimerobot-operator/Chart.yaml index d3581e0..0d72f20 100644 --- a/helm/uptimerobot-operator/Chart.yaml +++ b/helm/uptimerobot-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: uptimerobot-operator description: A Kubernetes operator that creates uptime monitors for your ingresses type: application -version: 0.3.0 -appVersion: "v0.3.0" +version: 0.4.0 +appVersion: "v0.4.0"