Skip to content

Commit 3076654

Browse files
chore(main): release 1.8.1
1 parent 2726948 commit 3076654

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.8.1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.8.0...v1.8.1) (2024-04-03)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency google-auth to v2.29.0 ([#1043](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1043)) ([2ac2fd1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2ac2fd1ab99ee1c0d3a12cd9da7f6820eb0237cc))
9+
* Update dependency pg8000 to v1.31.1 ([#1053](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1053)) ([eaa371d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/eaa371d95509f97b8951d80046a5a273bece489a))
10+
* Update dependency pytest-asyncio to v0.23.6 ([#1041](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1041)) ([088b128](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/088b1288f5779deab70aa3b7315e3a03d0a875cb))
11+
* Update dependency SQLAlchemy to v2.0.29 ([#1047](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1047)) ([27ca146](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/27ca146ad8b7a5404dc4f7b9729a21f5257055d7))
12+
313
## [1.8.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.7.0...v1.8.0) (2024-03-12)
414

515

google/cloud/sql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.8.0"
15+
__version__ = "1.8.1"

0 commit comments

Comments
 (0)