Skip to content

Commit

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

## [1.7.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.6.0...v1.7.0) (2025-01-09)


### Features

* support native asyncpg connection pools ([#409](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/409)) ([ea2a524](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/ea2a524a533e528aa1d32a01959a288b6e5cd89a))


### Bug Fixes

* Respect `google.api` namespace package. ([#411](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/411)) ([aa2dedb](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/aa2dedbe823713bf6f31acaf25e3bba4234d88b6))

## [1.6.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.5.0...v1.6.0) (2024-12-10)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/alloydb/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.6.0"
__version__ = "1.7.0"

0 comments on commit 2b05968

Please sign in to comment.