Skip to content

Commit 6040826

Browse files
chore(main): release 1.6.0 (#411)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ab7de1f commit 6040826

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.5.0...v1.6.0) (2025-01-13)
4+
5+
6+
### Features
7+
8+
* add support for custom user agent ([#410](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/410)) ([25f5ccd](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/25f5ccd9d4413b4baa13de3e9c060a1c92d5b63a))
9+
* Support Private CA for server certificates. ([#408](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/408)) ([36f1304](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/36f1304334770f0adae56da4f6dba6c0d5362fdc))
10+
311
## [1.5.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.4.0...v1.5.0) (2024-12-11)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/cloud-sql-connector",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "A JavaScript library for connecting securely to your Cloud SQL instances",
55
"author": "Google Inc.",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)