diff --git a/CHANGELOG.md b/CHANGELOG.md index a726b479f..e60d35238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1-preview.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/compare/v2.0.0-preview.0...v2.0.1-preview.0) (2022-09-07) + + +### Bug Fixes + +* pass dial options when checking connections ([#1366](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1366)) ([0033c36](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/0033c36200e7b5ba77b8d1157b1168af5fba73fc)) +* support configuration of HTTP server address ([#1365](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1365)) ([b53d77f](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/b53d77fce751af9316a4bc1349cd3bbcaaf151b0)) + ## [1.31.2](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.31.1...v1.31.2) (2022-08-02) diff --git a/cmd/version.txt b/cmd/version.txt index daa294294..64bc36ea8 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -2.0.0.preview.0 +2.0.1-preview.0