diff --git a/CHANGELOG.md b/CHANGELOG.md index d653336f..2b270235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-09-14) + + +### Dependencies + +* 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)) + ## [0.1.4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.3...v0.1.4) (2023-09-08) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 2a34f417..4ea40ec6 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.4" +__version__ = "0.1.5"