diff --git a/CHANGELOG.md b/CHANGELOG.md index f850b42..10755ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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). ## [Unreleased] +=================== + +## [v20.03.0] - 2020-03-31 + +Starting with this release, the release number has changed to match the Dgraph release +to make it easier to identify which version of Dgraph a client version supports. + +### Added +- Use RunInBackground flag for computing indexes in background. ## [v2.0.3] - 2020-03-24 diff --git a/pydgraph/meta.py b/pydgraph/meta.py index 47a80ea..e4d8fbc 100644 --- a/pydgraph/meta.py +++ b/pydgraph/meta.py @@ -14,4 +14,4 @@ """Metadata about this package.""" -VERSION = '2.0.3' +VERSION = '20.03.0'