From 8cbbb82d26efb5e69dde25397fa22c3a45639b70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 14:23:42 -0600 Subject: [PATCH] chore(main): release 0.2.0 (#37) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56dea395a..fa0c230adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v0.1.0...v0.2.0) (2022-05-19) + + +### Features + +* make Docker images ARM-friendly ([#20](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/20)) ([bc56066](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/bc56066f46e49543f083f634995d12a693423253)) + + +### Bug Fixes + +* address alignment for 32-bit binaries ([55247b1](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/55247b10ef3215cb5d39a51a3781750bdb164c52)) +* specify scope when using --credentials-file flag ([55247b1](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/55247b10ef3215cb5d39a51a3781750bdb164c52)) + ## 0.1.0 (2022-04-27)