Skip to content

Commit

Permalink
Merge pull request #130 from dgraph-io/apoorv/release-v20.11.0
Browse files Browse the repository at this point in the history
chore: release v20.11.0
  • Loading branch information
vardhanapoorv authored Mar 16, 2021
2 parents 2db004d + c987a4c commit e1402d8
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 209 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,28 @@

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.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
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.

## [v20.11] - 2021-03-16

### Added

- Add support for RDF response ([#129])

### Changed

- Bumped gRPC libs

## [v20.03.1] - 2020-10-04

### Added

- Extend support to connect to dgraph client via Slash endpoints and apiKey ([#125])

### Changed

- Migrate from `grpc` npm module to `grpc-js` in lieu of the deprecation of the former.

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

Expand Down
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": "20.03.1",
"version": "20.11.0",
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading

0 comments on commit e1402d8

Please sign in to comment.