Skip to content

Commit 742f243

Browse files
authored
Create version 1.1 (#62)
1 parent e14404d commit 742f243

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v1.1] - 2019-04-16
11+
12+
### Added
13+
- Support for ACL (Access Control List).
14+
15+
### Removed
16+
- The query method from the client class has been deprecated. This was done in
17+
order to match the rest of the clients and to make it explicit that creating a
18+
transaction is required to query Dgraph.
19+
1020
## [v1.0.3] - 2019-03-20
1121

1222
### Added

pydgraph/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Metadata about this package."""
1616

17-
VERSION = '1.0.3'
17+
VERSION = '1.1'

0 commit comments

Comments
 (0)