diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b652182..cb545d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.6](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-10-25) + + +### Dependencies + +* Update dependency cryptography to v41.0.5 ([#144](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/144)) ([01c6307](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/01c6307cc5b870275b39cfc91406df95b3ca5d47)) +* Update dependency pytest to v7.4.3 ([#145](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/145)) ([9f4ce0c](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9f4ce0cf50c757c15aa768b26162819d2dd9817f)) +* Update dependency SQLAlchemy to v2.0.22 ([#138](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/138)) ([3529937](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3529937818d1572a51d65f2735531f716d548d8f)) +* Update github/codeql-action action to v2.22.4 ([#137](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/137)) ([7518330](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/75183305b88c3954cd896221c9835b788ea0a607)) +* Update ossf/scorecard-action action to v2.3.1 ([#142](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/142)) ([46aeddc](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/46aeddcc68b966ac39b7dfbf794f552206f979f5)) + ## [0.1.5](/~https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-10-09) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 4ea40ec6..b089b60d 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.5" +__version__ = "0.1.6"