From 04a9687e9aebe1863aaab01c57146f1a31d3910b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:46:30 -0400 Subject: [PATCH] chore(main): release 0.1.4 (#96) --- CHANGELOG.md | 8 ++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9ceb7..d653336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.3...v0.1.4) (2023-09-08) + + +### Bug Fixes + +* re-use existing connections on force refresh ([#98](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/98)) ([888abd4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/888abd49202950a54a100e41f4d22821445b8798)) + + ## [0.1.3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.2...v0.1.3) (2023-08-08) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 9da0cf4..2a34f41 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.4-dev" +__version__ = "0.1.4"