diff --git a/CHANGELOG.md b/CHANGELOG.md index 075099b..c785810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.25.0] - Fix: the license warning badge wasn't hidden on some pages even it was set so in the Settings diff --git a/cmd/web/main.go b/cmd/web/main.go index 2357bc1..762312b 100644 --- a/cmd/web/main.go +++ b/cmd/web/main.go @@ -16,7 +16,7 @@ import ( "github.com/vsimakhin/web-logbook/internal/models" ) -const version = "2.24.0" +const version = "2.25.0" type config struct { url string