diff --git a/CHANGELOG.md b/CHANGELOG.md index 6416e0c8efb..b777becda42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 5.26.0 - Changes from 5.25.0 - API: - FIXED: Allow for special characters in the profile/method as part of the HTTP URL. [#6090](https://github.com/Project-OSRM/osrm-backend/pull/6090) diff --git a/package.json b/package.json index 13c442a7316..c4d989e1453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osrm", - "version": "5.26.0-unreleased", + "version": "5.26.0", "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": { @@ -68,7 +68,7 @@ "binary": { "module_name": "node_osrm", "module_path": "./lib/binding/", - "host": "https://github.com", + "host": "https://rr-binaries.s3.eu-west-2.amazonaws.com", "remote_path": "./Project-OSRM/osrm-backend/releases/download/v{version}/", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{configuration}.tar.gz" }