diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a9efb..869a709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Fixed + + +## [2.4.1] - 2025-01-14 + +### Added + - Add option `-e, --exit-ignore-warnings`: Return with exit code 0 even if there are warnings. @@ -16,8 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Modernized code and CMake config, updates for new versions of libraries used. -### Fixed - ## [2.4.0] - 2022-12-22 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d0dff1..df9855b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR) -project(osmcoastline VERSION 2.4.0 LANGUAGES CXX C) +project(osmcoastline VERSION 2.4.1 LANGUAGES CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")