diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c60f171a..5d0089e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.36.0 + +* Add a special case in --detect-longitude-wraparound not to wrap around jumps of exactly 360° + # 2.35.0 * Fix a bug in --detect-longitude-wraparound when there are multiple rings diff --git a/version.hpp b/version.hpp index 12ae56cd1..922d5ce74 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.35.0" +#define VERSION "v2.36.0" #endif