Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 12, 2024
1 parent 71b0afa commit 26836ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.5.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.4.0...v1.5.0) (2024-11-12)


### Features

* add support for Python 3.13 ([#383](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/383)) ([22ef77c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/22ef77c939fe279d749b17a3aded2df3dd565dc6))
* drop support for Python 3.8 ([#386](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/386)) ([41ae4e3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/41ae4e3e7fc409749b1379e316be6d3b4996cf1a))


### Documentation

* add steps for testing the connector ([#372](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/372)) ([2035a11](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2035a11274293f4c51be53e8ea7de126fcebf757))
* make IP type defaults clear in README ([#369](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/369)) ([1d8a9a6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/1d8a9a686a8917e2d74652718fbeb25716dbfe75)), closes [#368](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/368)

## [1.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.3.0...v1.4.0) (2024-08-14)


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.4.0"
__version__ = "1.5.0"

0 comments on commit 26836ac

Please sign in to comment.