diff --git a/CMakeLists.txt b/CMakeLists.txt
index 90644c0..71262ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.7)
-project(osmpbf VERSION 1.5.0)
+project(osmpbf VERSION 1.6.0)
include(GNUInstallDirs)
diff --git a/README.md b/README.md
index e8635ec..30bd216 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ We publish the Java library to [Maven Central](https://search.maven.org/):
org.openstreetmap.pbf
osmpbf
- 1.5.0
+ 1.6.0
```
diff --git a/include/osmpbf/osmpbf.h b/include/osmpbf/osmpbf.h
index 4611a30..f10b0dc 100644
--- a/include/osmpbf/osmpbf.h
+++ b/include/osmpbf/osmpbf.h
@@ -18,7 +18,7 @@
// this describes the high-level OSM objects
#include // IWYU pragma: export
-#define OSMPBF_VERSION "1.5.0"
+#define OSMPBF_VERSION "1.6.0"
namespace OSMPBF {
diff --git a/pom.xml b/pom.xml
index f62df19..6f57dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.openstreetmap.pbf
osmpbf
jar
- 1.5.0
+ 1.6.0
OSM-Binary
Library for the OpenStreetMap PBF format
https://github.com/openstreetmap/OSM-binary