diff --git a/CHANGES.md b/CHANGES.md index 968802d..badc0ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ -2020-01-20, Version 4.10.1 +2020-03-04, Version 4.10.2 ========================== + * fix the way it gets column name for id property (Agnes Lin) + + * chore: update copyright year (Diana Lau) + + * test: add tests for isactive (#165) (Janny) + * feat: add isactive check for transaction (#164) (Janny) * Remove "good first issue" from stalebot (Miroslav Bajtoš) diff --git a/package.json b/package.json index b97ae76..3e9c7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.10.1", + "version": "4.10.2", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=8.9"