From 74b75e1d77031b1065627b505fc8a29400907ba8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Dec 2022 01:38:51 +0000 Subject: [PATCH] chore(release): 1.6.1 ## [1.6.1](https://github.com/stenic/ledger/compare/v1.6.0...v1.6.1) (2022-12-29) ### Bug Fixes * Consistent date between mysql and sqlite ([6b932d8](https://github.com/stenic/ledger/commit/6b932d8c5f63039fa2c416e120d716071bd569d2)) --- CHANGELOG.md | 7 +++++++ charts/ledger/Chart.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8b9ee..15f4755 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.6.1](https://github.com/stenic/ledger/compare/v1.6.0...v1.6.1) (2022-12-29) + + +### Bug Fixes + +* Consistent date between mysql and sqlite ([6b932d8](https://github.com/stenic/ledger/commit/6b932d8c5f63039fa2c416e120d716071bd569d2)) + # [1.6.0](https://github.com/stenic/ledger/compare/v1.5.7...v1.6.0) (2022-12-29) diff --git a/charts/ledger/Chart.yaml b/charts/ledger/Chart.yaml index 594a64c..27f025f 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.9.0 -appVersion: 1.6.0 +version: 0.9.1 +appVersion: 1.6.1 maintainers: - email: dries@stenic.io name: Stenic