diff --git a/CHANGELOG.md b/CHANGELOG.md index e8eff1a..a799e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.23.0] - Fix: set smaller font size or even truncate the remarks for PDF exports in case they are too long diff --git a/cmd/web/main.go b/cmd/web/main.go index bc7de08..481f43f 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.22.0" +const version = "2.23.0" type config struct { url string