diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fbc831..ac1745f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -## [v0.1.0](https://github.com/odpf/raccoon/compare/v0.1.0...v) (2021-05-26) +## [v0.1.1](https://github.com/odpf/raccoon/compare/v0.1.0...v) (2021-10-28) + ### Features -* add websocket support -* add kafka topic routing - -### Docs -* add documentations on gitbook + +* support multitenancy ([#15](https://github.com/odpf/raccoon/issues/15)) ([a562cd5](https://github.com/odpf/raccoon/commit/a562cd5f2b9726e2a241da17f19d9ef7e0211f34)) + + +### Bug Fixes + +* checkorigin toggle rejects every connection when set to false ([b381101](https://github.com/odpf/raccoon/commit/b381101a868595bb3adedf343383e0634c10b622)) diff --git a/version.txt b/version.txt index 9ff151c5..a1c2c6a9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.1.0 \ No newline at end of file +v0.1.1 \ No newline at end of file