From a7510f9a4023bd5c281bca72bf30999a281186cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 09:54:29 +0000 Subject: [PATCH] chore: release 0.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..122475f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,25 @@ # Changelog + +## 0.1.0 (2022-08-30) + + +### Features + +* check that database version is supported ([#44](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/44)) ([18e3d42](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/18e3d42c3205239eb2fb0ac1d758f9619ebcf2c0)) +* implement service requests with aiohttp ([#43](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/43)) ([6a7c3d2](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/6a7c3d2d91c21c8f7bb91a9c317ff6be72181d98)) +* Implement support for postgresql ([#49](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/49)) ([2fa07b2](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/2fa07b2ef06de9bebf65f9fc9bef0807437770f2)) +* Implement versioning with release-please ([#39](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/39)) ([ec20bf7](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/ec20bf73bef7ba5eb0c0777849162d843c9439b9)) +* improve concurrency of independent tasks ([#37](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/37)) ([42da6db](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/42da6db00c40c51d619b7a4c0a32240b504b097e)) +* improving logging ([#38](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/38)) ([6579506](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/6579506af42cd69e81225d075975472a8fbda58b)) +* remove use of domain-wide delegation ([#34](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/34)) ([f3a956f](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/f3a956f0acb5f000718a755dd61c333993a1636b)) + + +### Bug Fixes + +* Remove duplicate github action name. ([#40](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/40)) ([b3d978e](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/b3d978e463221f5efd3ed6aae5c1a8d7a3813b2b)) + + +### Documentation + +* **readme:** fix example message payload ([#58](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/58)) ([001207e](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/001207ea868267bc32498b42535e778efe339df6)) +* **readme:** update images ([#57](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/issues/57)) ([b7109f3](https://www.github.com/bukukasio/cloudsql-iam-db-authn-groups/commit/b7109f3ec26d8ac25cf6bb7ec2bf801c10d97c70))