From 08afeb9378b9b5969bcbf2359bf99a8bfbffb639 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 May 2023 22:16:12 +0000 Subject: [PATCH] chore(release): 1.19.0 ## [1.19.0](https://github.com/joaofnds/go-template/compare/v1.18.1...v1.19.0) (2023-05-21) ### Features * add goose for migrations ([0aeb145](https://github.com/joaofnds/go-template/commit/0aeb145aa8ea1f2fa7389850096fa02638e3486a)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0d283..203aa52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.19.0](https://github.com/joaofnds/go-template/compare/v1.18.1...v1.19.0) (2023-05-21) + + +### Features + +* add goose for migrations ([0aeb145](https://github.com/joaofnds/go-template/commit/0aeb145aa8ea1f2fa7389850096fa02638e3486a)) + ## [1.18.1](https://github.com/joaofnds/go-template/compare/v1.18.0...v1.18.1) (2023-05-20)