Skip to content

Commit cd3797e

Browse files
update for v24.0.0 release
1 parent 9137136 commit cd3797e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-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])

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)