Skip to content

Commit

Permalink
chore(main): release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 13, 2025
1 parent ab7de1f commit 3f8e1e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.5.0...v1.6.0) (2025-01-13)


### Features

* 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))
* 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))

## [1.5.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.4.0...v1.5.0) (2024-12-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/cloud-sql-connector",
"version": "1.5.0",
"version": "1.6.0",
"description": "A JavaScript library for connecting securely to your Cloud SQL instances",
"author": "Google Inc.",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 3f8e1e5

Please sign in to comment.