Skip to content

Commit

Permalink
Update VERSION to 2.28.4 and create release notes (#203)
Browse files Browse the repository at this point in the history
## Release notes: usage and product changes
Update VERSION to 2.28.4 and create release notes
  • Loading branch information
farost authored Jun 13, 2024
1 parent 24f9e9d commit 59318bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
Available from https://crates.io/crates/typedb-protocol

```sh
cargo add [email protected].0
cargo add [email protected].4
```

#### For Node.js through npm

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

```sh
npm install [email protected].0
npm install [email protected].4
```
or
```sh
yarn add [email protected].0
yarn add [email protected].4
```


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


## Other Improvements
- **Replace AGPL v3.0 with MPL 2.0**


- **Update dependencies for TypeScript rules build**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0
2.28.4

0 comments on commit 59318bd

Please sign in to comment.