Skip to content

Commit e1402d8

Browse files
Merge pull request #130 from dgraph-io/apoorv/release-v20.11.0
chore: release v20.11.0
2 parents 2db004d + c987a4c commit e1402d8

File tree

3 files changed

+262
-209
lines changed

3 files changed

+262
-209
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.
7+
8+
## [v20.11] - 2021-03-16
9+
10+
### Added
11+
12+
- Add support for RDF response ([#129])
13+
14+
### Changed
15+
16+
- Bumped gRPC libs
17+
18+
## [v20.03.1] - 2020-10-04
19+
20+
### Added
21+
22+
- Extend support to connect to dgraph client via Slash endpoints and apiKey ([#125])
23+
24+
### Changed
25+
26+
- Migrate from `grpc` npm module to `grpc-js` in lieu of the deprecation of the former.
727

828
## [v20.03.0] - 2020-04-01
929

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

0 commit comments

Comments
 (0)