diff --git a/CHANGELOG.md b/CHANGELOG.md index bb20ed1fa..f07d5466c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ **Table of Contents** -- [0.0.0 (2021-10-28)](#000-2021-10-28) +- [0.0.0 (2021-10-29)](#000-2021-10-29) - [Bug Fixes](#bug-fixes) - [0.7.0-alpha.1 (2021-10-19)](#070-alpha1-2021-10-19) - [Code Generation](#code-generation) @@ -105,10 +105,13 @@ -# [0.0.0](https://github.com/ory/keto/compare/v0.7.0-alpha.1...v0.0.0) (2021-10-28) +# [0.0.0](https://github.com/ory/keto/compare/v0.7.0-alpha.1...v0.0.0) (2021-10-29) ### Bug Fixes +- Docker-compose-postgres.yml SQL migration service + ([#779](https://github.com/ory/keto/issues/779)) + ([8f041bc](https://github.com/ory/keto/commit/8f041bc726253834a61e20cbb87ea80ad425a271)) - Panic on macOS ([059a6f9](https://github.com/ory/keto/commit/059a6f9241798b7dcffc03910f9bd319488a479a)) - Slow keto start up time @@ -127,9 +130,6 @@ ./keto-patch 0.02s user 0.01s system 6% cpu 0.425 total ``` -- Bugfix docker-compose-postgres.yml bug with Migrations were not applied - ([bf09c33](https://github.com/ory/keto/commit/bf09c33194aed71e9800ff38bfc4449be24dcf7a)) - # [0.7.0-alpha.1](https://github.com/ory/keto/compare/v0.7.0-alpha.0...v0.7.0-alpha.1) (2021-10-19) This release provides small docs fixes especially for SDK clients.