From 1f5ad2dbbc81eff138712bb4be802ae89d0dece8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 26 Nov 2024 03:48:06 +0000 Subject: [PATCH] [skip] Update CHANGELOG.md with new changes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f81d3..e8d9ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +--- +## [1.0.4](https://github.com/hedon-go-road/template-web/compare/v1.0.3..v1.0.4) - 2024-11-26 + +add atomic bool to check if has been built + +### 🐛 Bug Fixes + +- **(gmm)** add atomic bool to check if has been built - ([f6e062a](https://github.com/hedon-go-road/template-web/commit/f6e062a723c548fbfa5c6531af8d13b6e3844141)) - hedon954 + +### 📚 Documentation + +- **(readme)** fix it - ([8a8d92c](https://github.com/hedon-go-road/template-web/commit/8a8d92c1bc4f26f69fafb703e8e21163b540a887)) - hedon954 +- **(readme)** update go reference link - ([eab6b1e](https://github.com/hedon-go-road/template-web/commit/eab6b1e50aa9af52666ad3bc0ed7a7f9cb9745af)) - hedon954 +- **(readme)** add dependencies section - ([95bed7f](https://github.com/hedon-go-road/template-web/commit/95bed7f64550ba2d5775d7926c09eac4a90d34ec)) - hedon954 + + + --- ## [1.0.3](https://github.com/hedon-go-road/template-web/compare/v0.0.1..v1.0.3) - 2024-08-27