diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c248d7ed..3af585dfcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...master) + +### 3.1.3 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...3.1.3) + +- Postgres: Fixes support for global configuration +- Postgres: Fixes support for numeric arrays +- Postgres: Fixes issue affecting queries on emtpy arrays +- LiveQuery: Adds support for transmitting the original object +- Queries: Use estimated count if queyr is empty +- Docker: Reduces the size of the docker image to 154Mb + ### 3.1.2 [Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2) diff --git a/package.json b/package.json index 1abf2453c8..ac897ab446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.1.2", + "version": "3.1.3", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {