From daef42d20e47b085aef9da9834f5dba92e9bdb69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 18:40:59 -0400 Subject: [PATCH] chore: release 0.4.3 (#199) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ google/cloud/sql/connector/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21732aa2..f287b96e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.4.3](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.4.2...v0.4.3) (2021-12-07) + + +### Documentation + +* update README with connection pooling ([#196](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/196)) ([af05cf5](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/af05cf532566d5b8ef2e5930d05a8f4fb5979b48)) + ### [0.4.2](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.4.1...v0.4.2) (2021-11-02) diff --git a/google/cloud/sql/connector/version.py b/google/cloud/sql/connector/version.py index dbb8b9c7..49790b87 100644 --- a/google/cloud/sql/connector/version.py +++ b/google/cloud/sql/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.3-dev" +__version__ = "0.4.3"