From ed5a73bab8487d7cf82fba09b02aec36c20be7f7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:32:10 -0600 Subject: [PATCH] chore(main): release 1.2.0 (#338) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ded9acf..5ffafa70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.1.2...v1.2.0) (2024-06-25) + + +### Features + +* add support for lazy refresh strategy ([#337](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/337)) ([fbf0179](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/fbf017933dfa0297cd57eff31b9061135d9637f2)) + ## [1.1.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.1.1...v1.1.2) (2024-06-12) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 7918eae2..eb5bf16e 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__ = "1.1.2" +__version__ = "1.2.0"