Skip to content

Commit

Permalink
chore(main): release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 22, 2023
1 parent 70701c6 commit e5718ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-09-22)


### Dependencies

* Update dependency cryptography to v41.0.4 ([#123](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/123)) ([58da93b](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/58da93bb7c8b66cfbd47c101e77c5d3e196838e3))
* Update dependency pg8000 to v1.30.2 ([#118](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/118)) ([8a27d53](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8a27d53f09d61a1de67f5053e2375e17759799a9))
* Update dependency SQLAlchemy to v2.0.21 ([#122](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/122)) ([feab579](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/feab5793469617afbf8ac2a955f7249aa2a05dd5))
* Update github/codeql-action action to v2.21.6 ([#111](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/111)) ([f51baa2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/f51baa28fec9391a5d2bd6959e9d8b4fe151f7f0))
* Update github/codeql-action action to v2.21.8 ([#116](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/116)) ([3241078](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3241078bc0cf1089913d969b71bc800e230c4a20))


### Documentation

* add direct asyncpg IAM authentication tests ([#121](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/121)) ([70701c6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/70701c630bfcce44d0b3455b836275b3c5dd855d))
* add direct psycopg2 IAM authentication test ([#119](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/119)) ([b15a3ba](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/b15a3ba720c67a752e83c7f3ada47a974fb2e95b))

## [0.1.4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.3...v0.1.4) (2023-09-08)


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.1.4"
__version__ = "0.1.5"

0 comments on commit e5718ff

Please sign in to comment.