Skip to content

Commit e914a98

Browse files
authored
docs: add CHANGELOG entry for v0.1.3 release details (#34)
1 parent fc9c429 commit e914a98

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2021-07-09
10+
### Removed
11+
* `google.protobuf.FieldMask` option in the `ListRelationTuples` RPC. We can re-introduce
12+
it later if needed.
13+
914
## [0.1.2] - 2021-06-28
1015
### Added
1116
* gRPC Health Checking
1217

13-
1418
## [0.1.1] - 2021-06-25
1519
### Added
1620
* RPC input request validation
@@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327
* gRPC or HTTP/JSON (or both) API interfaces
2428
* Kubernetes Helm chart
2529

26-
[Unreleased]: https://github.com/authorizer-tech/access-controller/compare/v0.1.2...HEAD
30+
[Unreleased]: https://github.com/authorizer-tech/access-controller/compare/v0.1.3...HEAD
31+
[0.1.3]: https://github.com/authorizer-tech/access-controller/compare/v0.1.2...v0.1.3
2732
[0.1.2]: https://github.com/authorizer-tech/access-controller/compare/v0.1.1...v0.1.2
2833
[0.1.1]: https://github.com/authorizer-tech/access-controller/compare/v0.1.0...v0.1.1
2934
[0.1.0]: https://github.com/authorizer-tech/access-controller/releases/tag/v0.1.0

0 commit comments

Comments
 (0)