From 47724af4ba956eb94411f636b0ca59a657ac3404 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:35:30 -0500 Subject: [PATCH] chore(main): release 0.1.6 (#141) --- CHANGELOG.md | 13 +++++++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b652182..b506777a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14) + + +### Bug Fixes + +* use utcnow() for refresh calculation ([#155](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/155)) ([e33366f](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/e33366f89faa4dd526c51d91cbf3d81033b74edf)) + + +### Dependencies + +* Update dependency cryptography to v41.0.5 ([#144](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/144)) ([01c6307](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/01c6307cc5b870275b39cfc91406df95b3ca5d47)) +* Update dependency pg8000 to v1.30.3 ([#149](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/149)) ([b487f31](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/b487f31790a42bda20b4e43a0334c2ce3e9a5994)) + ## [0.1.5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-10-09) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 4ea40ec6..b089b60d 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.5" +__version__ = "0.1.6"