From affd1d39124e6b5d17e9afdbd59792c78ca26001 Mon Sep 17 00:00:00 2001 From: Davy <95214375+thedavidweng@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:40:33 -0700 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8efb275..0bbe194 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.0"} +{".":"0.4.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a753a..9f74f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.4.1](https://github.com/thedavidweng/money/compare/v0.4.0...v0.4.1) (2026-08-22) + + +### Bug Fixes + +* let release-please create tags and releases ([e038993](https://github.com/thedavidweng/money/commit/e0389937023bf25a465d5e1e8c6f1309363e351c)) + + +### Documentation + +* remove retired Go Report Card badge ([0f25f70](https://github.com/thedavidweng/money/commit/0f25f70beeb883cd3b360a35db223e1c1d67b437)) + ## [0.4.0](https://github.com/thedavidweng/money/compare/v0.3.1...v0.4.0) (2026-07-25)