diff --git a/CHANGELOG.md b/CHANGELOG.md index b568e5a..571148f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.27.0] - 07.10.2023 - New: Added rows `Total this page` and `Total all pages` for the main logbook table. The values are updated if you filter the search. diff --git a/cmd/web/main.go b/cmd/web/main.go index bbd1e0c..833f5c7 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.26.0" +const version = "2.27.0" type config struct { url string