Skip to content

Commit ba68358

Browse files
committed
👌 Update CHANGELOG.md, Update sasl_scram dependency
1 parent 0a8379a commit ba68358

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Support SASL / SCRAM-SHA-256 Authentication, [#6](https://github.com/isoos/postgresql-dart/pull/6).
56
- Decoder for type `numeric` / `decimal`, [#7](https://github.com/isoos/postgresql-dart/pull/7).
67

78
## 2.3.2

pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ dependencies:
1010
buffer: ^1.1.0
1111
crypto: ^3.0.0
1212
collection: ^1.15.0
13-
sasl_scram:
14-
git:
15-
url: https://github.com/mongo-dart/sasl_scram.git
16-
ref: main
13+
sasl_scram: ^0.1.0
1714

1815
dev_dependencies:
1916
pedantic: ^1.0.0

0 commit comments

Comments
 (0)