diff --git a/CHANGES.md b/CHANGES.md index 31a2927e..9c143404 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2022-08-06, Version 5.5.1 +========================= + + * fix: improve filter sanitisation (Rifa Achrinza) + + * fix: debug prints the password in plain text (Francisco Buceta) + + * docs: add SECURITY.md (Diana Lau) + + * docs: update coc (Diana Lau) + + * docs: add code of conduct (Diana Lau) + + 2022-01-13, Version 5.5.0 ========================= diff --git a/package.json b/package.json index 1d586783..dd61dcf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-postgresql", - "version": "5.5.0", + "version": "5.5.1", "description": "Loopback PostgreSQL Connector", "engines": { "node": ">=10"