From f3b2a97c84449c38e3430d2c07d6fe9581e1ca0b Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 3 Jul 2015 09:29:58 -0700 Subject: [PATCH] 2.32.0 * Fix the regression for date conversion (Raymond Feng) * Don't cache static scope method results #575 (Fabien Franzen) --- CHANGES.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f53441c4..d12bb739 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,12 @@ -2015-07-03, Version 2.31.1 +2015-07-03, Version 2.32.0 +========================== + + * Fix the regression for date conversion (Raymond Feng) + + * Don't cache static scope method results #575 (Fabien Franzen) + + +2015-07-02, Version 2.31.1 ========================== * Fix the regexp value for like/nlike (Raymond Feng) diff --git a/package.json b/package.json index e4faca61..43c5160c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.31.1", + "version": "2.32.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",