diff --git a/CHANGELOG.md b/CHANGELOG.md index 470f89f..8661022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.22.0] - New: Dark mode. - New: A popup with airport infromation once you click on the marker on the `Map` page. diff --git a/cmd/web/main.go b/cmd/web/main.go index e70a76e..bc7de08 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.21.2" +const version = "2.22.0" type config struct { url string