Skip to content

Commit c20d4a0

Browse files
committed
Update CHANGELOG
1 parent 0346abe commit c20d4a0

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.0.2] - 2018-01-24
11+
1012
### Added
11-
- Wrapper classes for certain proto classes to simplify the api and avoid repetitive
12-
serialization/deserialization code
13-
- Add `DgraphClientStub#close` to close the grpc client associated with `DgraphClientStub`
14-
- Add `DgraphClientStub#grpcClient` to return the grpc client associated with
13+
- Method `DgraphClientStub#close` to close the grpc client associated with `DgraphClientStub`
14+
- Method `DgraphClientStub#grpcClient` to return the grpc client associated with
1515
`DgraphClientStub`
16-
- Add `DgraphClientStub#waitForReady` to provide a promisified version of
16+
- Method `DgraphClientStub#waitForReady` to provide a promisified version of
1717
`grpc.Client#waitForReady`
1818

19-
## [1.0.0] - 2017-12-20
19+
## [v1.0.1] - 2018-01-20
2020

21-
- Fully compatible with Dgraph v1.0
21+
### Added
22+
- Wrapper classes for certain proto classes to simplify the api and avoid repetitive
23+
serialization/deserialization code
24+
25+
## [v1.0.0] - 2017-12-20
26+
27+
### Added
28+
- Full compatibility with Dgraph v1.0.0
2229

23-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.0...HEAD
24-
[1.0.0]: https://github.com/dgraph-io/dgraph-js/tree/v1.0.0
30+
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.2...HEAD
31+
[v1.0.2]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.1...v1.0.2
32+
[v1.0.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.0...v1.0.1
33+
[v1.0.0]: https://github.com/dgraph-io/dgraph-js/tree/v1.0.0

0 commit comments

Comments
 (0)