diff --git a/CHANGES.md b/CHANGES.md index 6275f608..a6789426 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2019-06-20, Version 4.8.1 +========================= + + * test: add property index to support cloudant (#1750) (Janny) + + 2019-06-13, Version 4.8.0 ========================= diff --git a/package.json b/package.json index f2880896..32c3e220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.8.0", + "version": "4.8.1", "publishConfig": { "export-tests": true },