diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d060a18..63f6da31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.21.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.4...v1.21.0) (2026-07-23) + + +### Features + +* Add PSC DNS and Global Write Endpoint support to Python Connector ([#1424](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1424)) ([b34e9c6](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b34e9c643017823e579e20eb47222f5ff510bf5e)) + + +### Bug Fixes + +* update python dependencies ([#1443](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1443)) ([2adc515](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2adc5157bda4b0bdea75687c2e511fa03be0bc3e)) + ## [1.20.4](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.3...v1.20.4) (2026-06-26) diff --git a/google/cloud/sql/connector/version.py b/google/cloud/sql/connector/version.py index 9914a5b2..f5a3a0b4 100644 --- a/google/cloud/sql/connector/version.py +++ b/google/cloud/sql/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.20.4" +__version__ = "1.21.0"