diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9d648e..b70ca86d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ However, some entries may be manually edited, where it helps for clarity and und +## v0.34.0 (2023-08-15) + +### Feature + +* Improve GitLab integration for partial checkouts ([#291](https://github.com/phylum-dev/phylum-ci/issues/291)) ([`ca33672`](https://github.com/phylum-dev/phylum-ci/commit/ca33672ce75c59b4365ca4d618148ce1501a5313)) + ## v0.33.0 (2023-08-09) ### Feature diff --git a/pyproject.toml b/pyproject.toml index f055955a..48c991d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "phylum" -version = "0.33.0" +version = "0.34.0" description = "Utilities for integrating Phylum into CI pipelines (and beyond)" license = "GPL-3.0-or-later" authors = ["Phylum, Inc. "]