diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a29edbea..dcf3d62d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## Release Date: 2021-??-?? Valhalla 3.1.3 +## Release Date: 2021-??-?? Valhalla 3.1.4 +* **Removed** +* **Bug Fix** +* **Enhancement** + +## Release Date: 2021-07-20 Valhalla 3.1.3 * **Removed** * REMOVED: Unused overloads of `to_response` function [#3167](https://github.com/valhalla/valhalla/pull/3167) diff --git a/valhalla/valhalla.h.in b/valhalla/valhalla.h.in index 1c98ec7d9a..cdf048c3ac 100644 --- a/valhalla/valhalla.h.in +++ b/valhalla/valhalla.h.in @@ -2,5 +2,5 @@ #define VALHALLA_VERSION_MAJOR 3 #define VALHALLA_VERSION_MINOR 1 -#define VALHALLA_VERSION_PATCH 2 +#define VALHALLA_VERSION_PATCH 3