diff --git a/CHANGES.md b/CHANGES.md index cfd140a4..6c6855d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ ### Next version + +### 3.3.3 * Authorisation token for feedback to be placed in header as per https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ -* [The next feature] ### 3.3.2 * Fixed a bug with the proxy route and certain redirect responses. diff --git a/package.json b/package.json index 5f76fd0e..c4e50692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs-server", - "version": "3.3.2", + "version": "3.3.3", "description": "NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.", "engineStrict": true, "engines": {