From 8d089faa7f09d8b33f5c84aea403b160fdd6a8e7 Mon Sep 17 00:00:00 2001 From: antoine <+antoine@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:11:29 +0000 Subject: [PATCH] [CI]: Push updated changelog --- .changes/v6.0.0.md | 5 +++++ CHANGELOG.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 .changes/v6.0.0.md diff --git a/.changes/v6.0.0.md b/.changes/v6.0.0.md new file mode 100644 index 0000000..f1471db --- /dev/null +++ b/.changes/v6.0.0.md @@ -0,0 +1,5 @@ +## v6.0.0 - 2025-03-09 +### Changed +* ad8a6b8 - chore(deps): update postgres docker tag to v17 +* 061e4ec - chore(deps): update docker/setup-buildx-action action to v3.10.0 +* a1bd35f - [CI]: Push updated changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0b691..4c0b1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v6.0.0 - 2025-03-09 +### Changed +* ad8a6b8 - chore(deps): update postgres docker tag to v17 +* 061e4ec - chore(deps): update docker/setup-buildx-action action to v3.10.0 +* a1bd35f - [CI]: Push updated changelog + ## v5.0.0 - 2024-12-11 ### Changed * cf451d6 - chore(deps): update docker/setup-buildx-action action to v3.7.1