Skip to content

Commit 1743fb3

Browse files
Merge pull request #136 from dgraph-io/apoorv/rel-v21.03.0
chore: release v21.03.0
2 parents 688403c + 8eec2f7 commit 1743fb3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [v21.03.0] - 2021-04-08
9+
10+
### Added
11+
12+
- LoginIntoNamespace API
13+
14+
### Removed
15+
16+
- Nquad does not have `label`
17+
18+
The `clientStubFromSlashGraphQLEndpoint` API is deprecated and will be removed in the next release.
19+
820
## [v20.11] - 2021-03-16
921

1022
### Added

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": "20.11.0",
3+
"version": "21.03.0",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)