Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 12, 2024
1 parent a38c747 commit 1074c55
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.0.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.1...v1.0.0) (2024-03-12)


### Features

* support `ip_type` as str ([#267](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/267)) ([b7b1d99](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/b7b1d99216c68cead46be9a9a271a6258969b60f))


### Dependencies

* Update dependency cryptography to v42.0.5 ([#253](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/253)) ([cbecb8c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cbecb8c9adf200e0c56de1690e4687f60dcac6ca))
* Update dependency google-auth to v2.28.2 ([#270](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/270)) ([7376a08](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/7376a08feb307723cb9a18371f8a0565fc3abbfd))
* Update dependency pg8000 to v1.30.5 ([#259](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/259)) ([db60ca3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/db60ca313fa54c2edca47e78c68dd6b11489f7b1))
* Update dependency protobuf to v4.25.3 ([#252](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/252)) ([7c8f6a1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/7c8f6a16d2c8ff7f83f8d262799923d16d7576c7))


### Documentation

* add header image to README ([#268](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/268)) ([9a9bd6c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9a9bd6cdb37d731a3607094d287201ba787697d8))
* Use AlloyDB API for consistency with the official documentation. ([#264](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/264)) ([9782f6e](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9782f6e327b6b4c2d717aab8800bc0dc6fcf6125))


### Miscellaneous Chores

* set release to 1.0.0 ([#275](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/275)) ([a38c747](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/a38c7474397eea5b8fcd618905e2db7ac3a8020a))

## [0.4.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.0...v0.4.1) (2024-02-13)


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__ = "0.4.1"
__version__ = "1.0.0"

0 comments on commit 1074c55

Please sign in to comment.