Skip to content

Commit 59318bd

Browse files
authored
Update VERSION to 2.28.4 and create release notes (#203)
## Release notes: usage and product changes Update VERSION to 2.28.4 and create release notes
1 parent 24f9e9d commit 59318bd

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
77
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
cargo add [email protected].0
10+
cargo add [email protected].4
1111
```
1212

1313
#### For Node.js through npm
1414

1515
Available from https://www.npmjs.com/package/typedb-protocol
1616

1717
```sh
18-
npm install [email protected].0
18+
npm install [email protected].4
1919
```
2020
or
2121
```sh
22-
22+
2323
```
2424

2525

@@ -33,6 +33,4 @@ yarn add [email protected]
3333

3434

3535
## Other Improvements
36-
- **Replace AGPL v3.0 with MPL 2.0**
37-
38-
36+
- **Update dependencies for TypeScript rules build**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.0
1+
2.28.4

0 commit comments

Comments
 (0)