Skip to content

Commit

Permalink
chore(main): release 1.9.1 (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 17, 2024
1 parent bd6c323 commit c27775a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.9.1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.9.0...v1.9.1) (2024-04-17)


### Bug Fixes

* add minimum version for google-auth dep ([#1065](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1065)) ([b13d172](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b13d1723f721a4a19751d4c2550f92656fff0ce4))


### Dependencies

* update dependency aiohttp to v3.9.5 ([#1063](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1063)) ([bd6c323](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/bd6c3239dad0c95ab5e5648a1950b241c4e1ed5b))

## [1.9.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.8.0...v1.9.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/sql/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.9.0"
__version__ = "1.9.1"

0 comments on commit c27775a

Please sign in to comment.