diff --git a/CHANGELOG.md b/CHANGELOG.md index 184a6fd..fe9ceb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.2...v0.1.3) (2023-08-08) + + +### Dependencies + +* Update dependency aiohttp to v3.8.5 ([#79](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/79)) ([a397ea7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/a397ea7be96bc27abc9fc2a03a208c766924e72e)) +* Update dependency cryptography to v41.0.3 [SECURITY] ([#83](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/83)) ([5f87fe4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5f87fe415a73fd4a269355dded8f62eececf8855)) +* Update dependency pg8000 to v1.30.1 ([#85](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/85)) ([2a01414](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2a01414f221f2e208f3dae073d3700fcd8dbec74)) + ## [0.1.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.1...v0.1.2) (2023-07-11) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index ac2ff3c..30215f5 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.1.3-dev" +__version__ = "0.1.3"