diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f2982..d342d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.28.0] - 25.12.2023 - New: Add licensing synchronization with mobile app. No UI changes. - Fix: The `-url` parameter was ignored. Now the default value is empty, which means the app will listen on all available network interfaces. diff --git a/cmd/web/main.go b/cmd/web/main.go index 7330b19..c32c568 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.27.0" +const version = "2.28.0" type config struct { url string