Skip to content

Commit b751a2a

Browse files
authored
docs: add CHANGELOG entry for v0.1.4 release details (#38)
1 parent f547c6d commit b751a2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.4] - 2021-08-18
10+
### Fixed
11+
* Bug with cross namespace config snapshots not being uniquely stored per namespace within the context.
12+
913
## [0.1.3] - 2021-07-09
1014
### Removed
1115
* `google.protobuf.FieldMask` option in the `ListRelationTuples` RPC. We can re-introduce
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
* gRPC or HTTP/JSON (or both) API interfaces
2832
* Kubernetes Helm chart
2933

30-
[Unreleased]: https://github.com/authorizer-tech/access-controller/compare/v0.1.3...HEAD
34+
[Unreleased]: https://github.com/authorizer-tech/access-controller/compare/v0.1.4...HEAD
35+
[0.1.4]: https://github.com/authorizer-tech/access-controller/compare/v0.1.3...v0.1.4
3136
[0.1.3]: https://github.com/authorizer-tech/access-controller/compare/v0.1.2...v0.1.3
3237
[0.1.2]: https://github.com/authorizer-tech/access-controller/compare/v0.1.1...v0.1.2
3338
[0.1.1]: https://github.com/authorizer-tech/access-controller/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)