Skip to content

Commit 0b7416c

Browse files
Merge pull request #140 from dgraph-io/apoorv/rel-v21.03.1
chore: release v21.03.1
2 parents 46b079c + bfe622c commit 0b7416c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [21.03.1] - 2021-05-19
9+
### Added
10+
* fix(deprecation): add clientStubFromCloudEndpoint method ([#138])
11+
12+
[#138]: https://github.com/dgraph-io/dgraph-js/pull/138
13+
814
## [v21.03.0] - 2021-04-08
915

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

0 commit comments

Comments
 (0)