diff --git a/CHANGELOG.md b/CHANGELOG.md index 169566b..47d18f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.1.0...v1.1.1) (2024-05-08) + + +### Dependencies + +* update dependency aiohttp to v3.9.5 ([#303](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/303)) ([213adbe](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/213adbebb38da9c3d77493ae50640ee71c21cfd1)) + ## [1.1.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.0.0...v1.1.0) (2024-04-16) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index ca3362c..d756cd4 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__ = "1.1.0" +__version__ = "1.1.1"