diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c1e47..0ad0233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.29.0] - 15.01.2024 - New: Additional sources for the airport databases. The new option added is from [https://ourairports.com](https://ourairports.com) diff --git a/cmd/web/main.go b/cmd/web/main.go index 0bf79d5..4bfbb8f 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.28.1" +const version = "2.29.0" type config struct { url string