Skip to content

Commit

Permalink
chore: release v24.0.0 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse authored Aug 23, 2024
1 parent 9137136 commit 329fd99
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
and this project adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.

## [24.0.0] - 2024-08-22

### Added

* feat: Add Vector Support. ([#214])

### Security

Version bump.

## [21.03.1] - 2021-05-19
### Added
* fix(deprecation): add clientStubFromCloudEndpoint method ([#138])
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ use a different version of this client.
| 1.1.X | *2.X.Y* |
| 20.03.0 | *20.03.0* |
| 21.03.0 | *21.03.0* |
| >=21.03.0 | >=*21.03.0* |

Note: Only API breakage from *v1.X.Y* to *v2.X.Y* is in
the function `DgraphClient.newTxn().mutate()`. This function returns a `messages.Assigned`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgraph-js",
"version": "21.03.1",
"version": "24.0.0",
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 329fd99

Please sign in to comment.