diff --git a/CHANGELOG.md b/CHANGELOG.md index 041832fc..6fe1975a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 92a6adcc..95b6442a 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -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"