From a17e54c397b97a32490d38ec406ab9227542edb7 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Tue, 5 Apr 2016 10:20:48 -0700 Subject: [PATCH] Changelog and update to 2.2.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e86e5677..16d9ab0b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Parse Server Changelog +### 2.2.6 (4/5/2016) + +* Important Fix: Disables find on installation from clients [\#1374](https://github.com/ParsePlatform/parse-server/pull/1374) ([flovilmart](https://github.com/flovilmart)) +* Adds missing options to the CLI [\#1368](https://github.com/ParsePlatform/parse-server/pull/1368) ([flovilmart](https://github.com/flovilmart)) +* Removes only master on travis [\#1367](https://github.com/ParsePlatform/parse-server/pull/1367) ([flovilmart](https://github.com/flovilmart)) +* Auth.\_loadRoles should not query the same role twice. [\#1366](https://github.com/ParsePlatform/parse-server/pull/1366) ([blacha](https://github.com/blacha)) + ### 2.2.5 (4/4/2016) * Improves config loading and tests [\#1363](https://github.com/ParsePlatform/parse-server/pull/1363) ([flovilmart](https://github.com/flovilmart)) diff --git a/package.json b/package.json index 75f33b0207..5a4b691dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.5", + "version": "2.2.6", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {