diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b80f89..425284ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.13.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.12.1...v1.13.0) (2026-04-09) + + +### Features + +* add support for psycopg ([#529](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/529)) ([2e8dd40](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2e8dd40b11e5fd10a745fa245879e6624d9527e6)) + + +### Documentation + +* restore asyncpg pool usage in README ([#538](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/538)) ([eba5aaa](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/eba5aaa1c2221a1962f971e8485700635cbc7e2c)) + ## [1.12.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.12.0...v1.12.1) (2026-03-05) diff --git a/google/cloud/alloydbconnector/version.py b/google/cloud/alloydbconnector/version.py index 906e725d..c7a92150 100644 --- a/google/cloud/alloydbconnector/version.py +++ b/google/cloud/alloydbconnector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.12.1" +__version__ = "1.13.0"