Skip to content

Commit 4e3a18d

Browse files
chore(main): release 1.20.0
1 parent 18eddc4 commit 4e3a18d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.20.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.19.0...v1.20.0) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* Use configured DNS name to lookup instance IP address ([#1363](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1363)) ([18eddc4](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/18eddc49c905f3caf02b9682c3594b5939b3f9f3)), closes [#1362](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1362)
9+
310
## [1.19.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.18.5...v1.19.0) (2025-12-09)
411

512

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.19.0"
15+
__version__ = "1.20.0"

0 commit comments

Comments
 (0)