Skip to content

Commit 4720af5

Browse files
authored
docs: add CHANGELOG entry for v0.1.0 release details (#26)
1 parent 808a12a commit 4720af5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.0] - 2021-06-18
810
### Added
911
* Initial `WriteService`, `ReadService`, `CheckService`, and `ExpandService` implementations
1012
* Namespace config API and continuous namespace config snapshot monitoring
1113
* Gossip based clustering and consistent hashing with bounded load-balancing for `Check` RPCs
1214
* gRPC or HTTP/JSON (or both) API interfaces
1315
* Kubernetes Helm chart
1416

15-
[Unreleased]: https://github.com/authorizer-tech/access-controller/tree/master
17+
[Unreleased]: https://github.com/authorizer-tech/access-controller/compare/v0.1.0...HEAD
18+
[0.1.0]: https://github.com/authorizer-tech/access-controller/releases/tag/v0.1.0

0 commit comments

Comments
 (0)