From 6b9c66a4139220ddd7a15a19ef72c5a24d39c113 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Jun 2023 12:11:17 +0000 Subject: [PATCH] chore(release): 1.5.0 # [1.5.0](https://github.com/stenic/well-known/compare/v1.4.0...v1.5.0) (2023-06-12) ### Features * Disable access_logs by default ([838f183](https://github.com/stenic/well-known/commit/838f18395c2b2ee686246ada6d303478af980965)) --- CHANGELOG.md | 7 +++++++ charts/well-known/Chart.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d15e8e2..b612760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/stenic/well-known/compare/v1.4.0...v1.5.0) (2023-06-12) + + +### Features + +* Disable access_logs by default ([838f183](https://github.com/stenic/well-known/commit/838f18395c2b2ee686246ada6d303478af980965)) + # [1.4.0](https://github.com/stenic/well-known/compare/v1.3.1...v1.4.0) (2023-06-01) diff --git a/charts/well-known/Chart.yaml b/charts/well-known/Chart.yaml index facd49b..b9f4a6c 100644 --- a/charts/well-known/Chart.yaml +++ b/charts/well-known/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: well-known description: A Helm chart for Kubernetes type: application -version: 1.4.0 -appVersion: 1.4.0 +version: 1.5.0 +appVersion: 1.5.0 maintainers: - email: dries@stenic.io name: Stenic