From c2088826490ed78057d6b7275e7a0210b7f2b75a Mon Sep 17 00:00:00 2001 From: Rene Presedo Date: Tue, 8 Oct 2024 20:55:26 +0200 Subject: [PATCH] chore: release main (#5) --- .release-please-manifest.json | 2 +- back/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbe54fb..e8c7234 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "back": "0.3.0", + "back": "0.4.0", "front": "0.2.0" } diff --git a/back/CHANGELOG.md b/back/CHANGELOG.md index fc70837..846c0a0 100644 --- a/back/CHANGELOG.md +++ b/back/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/presedo93/wedding/compare/back@v0.3.0...back@v0.4.0) (2024-10-08) + + +### Features + +* **back:** implement API tests using gomock ([046aa7f](https://github.com/presedo93/wedding/commit/046aa7f069a8964f60146d33b0eab90922c2d106)) +* **back:** implement JWT verification using LogTo ([183c930](https://github.com/presedo93/wedding/commit/183c93044651bc66919abf56bf30a4040b577e0e)) + + +### Bug Fixes + +* **back:** set Docker images tags and fix migrations folder name ([cf7aacd](https://github.com/presedo93/wedding/commit/cf7aacd277f5eee50ab99b3dc167246c9c3bcb41)) + ## [0.3.0](https://github.com/presedo93/wedding/compare/back@v0.2.0...back@v0.3.0) (2024-09-19)