diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae1a981..3262990d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.7.1...v1.8.0) (2025-04-28) + + +### Features + +* Update TLS validation to use both SAN and CN fields. ([#446](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/446)) ([d492f7c](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/d492f7c4d77aa3ba9add993ae7843258d5a0758e)) + ## [1.7.1](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.7.0...v1.7.1) (2025-04-16) diff --git a/package-lock.json b/package-lock.json index 125d2e17..154047d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/cloud-sql-connector", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/cloud-sql-connector", - "version": "1.7.1", + "version": "1.8.0", "license": "Apache-2.0", "dependencies": { "@googleapis/sqladmin": "^27.0.0", diff --git a/package.json b/package.json index 4f1ba4ab..951df349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/cloud-sql-connector", - "version": "1.7.1", + "version": "1.8.0", "description": "A JavaScript library for connecting securely to your Cloud SQL instances", "author": "Google Inc.", "main": "./dist/cjs/index.js",