diff --git a/.changes/25.01.3.md b/.changes/25.01.3.md new file mode 100644 index 00000000..e986ac7f --- /dev/null +++ b/.changes/25.01.3.md @@ -0,0 +1,4 @@ +## 25.01.3 - 2025-01-17 +### Fixed +* Fix shutdown handling to check all errors +* Fix nil pointer dereference of shutdown without s.Echo diff --git a/.changes/unreleased/Fixed-20250117-115411.yaml b/.changes/unreleased/Fixed-20250117-115411.yaml deleted file mode 100644 index f53f59cb..00000000 --- a/.changes/unreleased/Fixed-20250117-115411.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Fix shutdown handling to check all errors -time: 2025-01-17T11:54:11.489518139Z diff --git a/.changes/unreleased/Fixed-20250117-115832.yaml b/.changes/unreleased/Fixed-20250117-115832.yaml deleted file mode 100644 index 3426adcc..00000000 --- a/.changes/unreleased/Fixed-20250117-115832.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Fix nil pointer dereference of shutdown without s.Echo -time: 2025-01-17T11:58:32.363837831Z diff --git a/CHANGELOG.md b/CHANGELOG.md index fa90558c..d79d9258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ - The latest `master` is considered **stable** and should be periodically merged into our customer projects. - Please follow the update process in *[I just want to update / upgrade my project!](https://github.com/allaboutapps/go-starter/wiki/FAQ#i-just-want-to-update--upgrade-my-project)*. +## 25.01.3 - 2025-01-17 +### Fixed +* Fix shutdown handling to check all errors +* Fix nil pointer dereference of shutdown without s.Echo + ## 25.01.2 - 2025-01-17 ### Changed * Refactor migration application logic to apply each missing migration individually and to print infos about the migration being applied