Skip to content

Commit 329fd99

Browse files
chore: release v24.0.0 (#216)
1 parent 9137136 commit 329fd99

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.
77

8+
## [24.0.0] - 2024-08-22
9+
10+
### Added
11+
12+
* feat: Add Vector Support. ([#214])
13+
14+
### Security
15+
16+
Version bump.
17+
818
## [21.03.1] - 2021-05-19
919
### Added
1020
* fix(deprecation): add clientStubFromCloudEndpoint method ([#138])

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ use a different version of this client.
7070
| 1.1.X | *2.X.Y* |
7171
| 20.03.0 | *20.03.0* |
7272
| 21.03.0 | *21.03.0* |
73+
| >=21.03.0 | >=*21.03.0* |
7374

7475
Note: Only API breakage from *v1.X.Y* to *v2.X.Y* is in
7576
the function `DgraphClient.newTxn().mutate()`. This function returns a `messages.Assigned`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgraph-js",
3-
"version": "21.03.1",
3+
"version": "24.0.0",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)