Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.1] - 2019-04-16

### Added
- Support for ACL (Access Control List).

### Removed
- The query method from the client class has been deprecated. This was done in
order to match the rest of the clients and to make it explicit that creating a
transaction is required to query Dgraph.

## [v1.0.3] - 2019-03-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion pydgraph/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""Metadata about this package."""

VERSION = '1.0.3'
VERSION = '1.1'