Skip to content

Commit c684889

Browse files
committed
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) Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent d57406c commit c684889

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2022-08-06, Version 5.5.1
2+
=========================
3+
4+
* fix: improve filter sanitisation (Rifa Achrinza)
5+
6+
* fix: debug prints the password in plain text (Francisco Buceta)
7+
8+
* docs: add SECURITY.md (Diana Lau)
9+
10+
* docs: update coc (Diana Lau)
11+
12+
* docs: add code of conduct (Diana Lau)
13+
14+
115
2022-01-13, Version 5.5.0
216
=========================
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)