From 0110d008f4ef7cbddb6a1e0c4adff63269f1ce61 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Dec 2022 09:17:09 +0000 Subject: [PATCH] chore(release): 1.4.1 ## [1.4.1](https://github.com/stenic/ledger/compare/v1.4.0...v1.4.1) (2022-12-16) ### Bug Fixes * **agent:** Fix change detection ([5a21cc8](https://github.com/stenic/ledger/commit/5a21cc8faf75484787eb624cf9130bd4abb99273)) * **agent:** Improve change detection ([7e9c0b3](https://github.com/stenic/ledger/commit/7e9c0b331361fa471835393022cf4a62a6d10fb8)) --- CHANGELOG.md | 8 ++++++++ charts/ledger/Chart.yaml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 803d9bc..f0ad99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1](https://github.com/stenic/ledger/compare/v1.4.0...v1.4.1) (2022-12-16) + + +### Bug Fixes + +* **agent:** Fix change detection ([5a21cc8](https://github.com/stenic/ledger/commit/5a21cc8faf75484787eb624cf9130bd4abb99273)) +* **agent:** Improve change detection ([7e9c0b3](https://github.com/stenic/ledger/commit/7e9c0b331361fa471835393022cf4a62a6d10fb8)) + # [1.4.0](https://github.com/stenic/ledger/compare/v1.3.3...v1.4.0) (2022-12-14) diff --git a/charts/ledger/Chart.yaml b/charts/ledger/Chart.yaml index d1e24fc..b650a6a 100644 --- a/charts/ledger/Chart.yaml +++ b/charts/ledger/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ledger description: A Helm chart for Kubernetes type: application -version: 0.7.0 -appVersion: 1.4.0 +version: 0.7.1 +appVersion: 1.4.1 maintainers: - email: dries@stenic.io name: Stenic