diff --git a/CHANGELOG.md b/CHANGELOG.md index 353afaa9d..5decd4c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.55.0 + +* Fix hash collisions in the string pool + # 2.53.0 * Stop trying to add features to the tile after the feature limit is reached diff --git a/version.hpp b/version.hpp index 30c9ce7cf..3871c968c 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.53.0" +#define VERSION "v2.55.0" #endif