diff --git a/CHANGES.md b/CHANGES.md index 4dee63f5..54c931e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2019-06-04, Version 2.42.0 +========================== + + * fix: disallow queries in username and email fields (Hage Yaapa) + + * update README for 2.x EOL (Diana Lau) + + 2019-01-11, Version 2.41.2 ========================== diff --git a/package.json b/package.json index d2844e32..941c3759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.41.2", + "version": "2.42.0", "publishConfig": { "tag": "lts" },