diff --git a/CHANGES.md b/CHANGES.md index 09d3ef1..41879f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-07-16, Version 4.5.1 +========================= + + * allow schema or owner (Raymond Feng) + + * [WebFM] cs/pl/ru translation (candytangnb) + + 2018-06-14, Version 4.5.0 ========================= diff --git a/package.json b/package.json index 68c49d2..6a00439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.5.0", + "version": "4.5.1", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=6"