From 214cc1ea4016bee5deba5949dad7545655c58826 Mon Sep 17 00:00:00 2001
From: Jochen Topf <jochen@topf.org>
Date: Thu, 19 Jan 2023 10:03:43 +0100
Subject: [PATCH] Release v1.15.0

---
 CHANGELOG.md   | 10 +++++++++-
 CMakeLists.txt |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d606e429..b1156866 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).
 
 ### Changed
 
+### Fixed
+
+
+## [1.15.0] - 2023-01-19
+
+### Changed
+
 - Now requires libosmium version 2.17.0 or newer.
 - Remove the long-deprecated `--remove-deleted/--simplify` option on the
   `apply-changes` command.
@@ -686,7 +693,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
 - Minor updates to documentation and build system
 
 
-[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.14.0...HEAD
+[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.15.0...HEAD
+[1.15.0]: https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
 [1.14.0]: https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0
 [1.13.2]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2
 [1.13.1]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef125fe8..4d159981 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@
 
 cmake_minimum_required(VERSION 3.5.0)
 
-project(osmium VERSION 1.14.0 LANGUAGES CXX C)
+project(osmium VERSION 1.15.0 LANGUAGES CXX C)
 
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")