diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fff72..bae6697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.38.0] - 25.06.2024 - Fix: Bug with columns for the extended PDF format, both A4 and A5. - Update: Update golang to 1.21.11 and golang packages diff --git a/README.md b/README.md index f684d83..94a989a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You also can easily export all flight records into EASA style pdf format, print # Changelog -## [Unreleased] +## [2.38.0] - 25.06.2024 - Fix: Bug with columns for the extended PDF format, both A4 and A5. - Update: Update golang to 1.21.11 and golang packages diff --git a/app/main.go b/app/main.go index 2bc597f..675254c 100644 --- a/app/main.go +++ b/app/main.go @@ -20,7 +20,7 @@ import ( ) const ( - version = "2.37.0" + version = "2.38.0" infoLogPrefix = "INFO\t" errorLogPrefix = "ERROR\t"