From d356ef563338afd5efc858c38be2b0c6068fec34 Mon Sep 17 00:00:00 2001 From: Antoine Cormouls Date: Sat, 27 Oct 2018 17:34:20 +0200 Subject: [PATCH] =?UTF-8?q?Release=203.1.1=20=F0=9F=9A=80=20(#5149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Release 3.1.1 * Requested Changes --- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb7fe55..716110bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...master) + + +### 3.1.1 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...3.1.1) #### Improvements: -* Fixes issue that would prevent users with large number of roles to resolve all of them [@Moumouls]() (#5131, #5132) +* Fixes issue that would prevent users with large number of roles to resolve all of them [Antoine Cormouls](https://github.com/Moumouls) (#5131, #5132) * Fixes distinct query on special fields ([#5144](https://github.com/parse-community/parse-server/pull/5144)) + ### 3.1.0 [Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...3.1.0) diff --git a/package.json b/package.json index e391569f..9472fe0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.1.0", + "version": "3.1.1", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {