diff --git a/CHANGELOG.md b/CHANGELOG.md index 200611ed..e8669194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.20.1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.0...v1.20.1) (2026-02-19) + + +### Bug Fixes + +* update dependencies to latest ([#1379](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1379)) ([8f79f4e](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/8f79f4ed984fbf3d742df333ddb908af0f1f08e4)) + ## [1.20.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.19.0...v1.20.0) (2026-01-13) diff --git a/google/cloud/sql/connector/version.py b/google/cloud/sql/connector/version.py index f98ff4b5..21e0c07a 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.0" +__version__ = "1.20.1"