diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c85723e..f7ff03cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # UNRELEASED + - Adds new instruction types at the exit of roundabouts and rotaries `exit roundabout` and `exit rotary`. # 5.11.0 - Changes from 5.10: diff --git a/package.json b/package.json index 25c8ecef7..804a8947a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osrm", - "version": "5.12.0-latest.1", + "version": "5.12.0-roundaboutexits.1", "private": false, "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", "dependencies": {