From 93002d139468eb55122b8585ac50bfc50ea5823f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Jan 2023 22:56:04 +0000 Subject: [PATCH] chore(release): 1.12.0 # [1.12.0](https://github.com/stenic/ledger/compare/v1.11.0...v1.12.0) (2023-01-17) ### Bug Fixes * Ignore self by defaul. [#30](https://github.com/stenic/ledger/issues/30) ([6ed489f](https://github.com/stenic/ledger/commit/6ed489f359b4c1cdfff4f29263fd136b124fcb0d)) ### Features * Add ignore annotation ([0f0ddf9](https://github.com/stenic/ledger/commit/0f0ddf956852ffbae8ceca23bb6db8c87a1d6920)), closes [#30](https://github.com/stenic/ledger/issues/30) --- CHANGELOG.md | 12 ++++++++++++ charts/ledger/Chart.yaml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce44883..ba30857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/stenic/ledger/compare/v1.11.0...v1.12.0) (2023-01-17) + + +### Bug Fixes + +* Ignore self by defaul. [#30](https://github.com/stenic/ledger/issues/30) ([6ed489f](https://github.com/stenic/ledger/commit/6ed489f359b4c1cdfff4f29263fd136b124fcb0d)) + + +### Features + +* Add ignore annotation ([0f0ddf9](https://github.com/stenic/ledger/commit/0f0ddf956852ffbae8ceca23bb6db8c87a1d6920)), closes [#30](https://github.com/stenic/ledger/issues/30) + # [1.11.0](https://github.com/stenic/ledger/compare/v1.10.0...v1.11.0) (2023-01-17) diff --git a/charts/ledger/Chart.yaml b/charts/ledger/Chart.yaml index 324a65a..35404e7 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.14.0 -appVersion: 1.11.0 +version: 0.15.0 +appVersion: 1.12.0 maintainers: - email: dries@stenic.io name: Stenic