diff --git a/CHANGELOG.md b/CHANGELOG.md index 642aac9..0cbe719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ +## v3.3.12 (2024-11-05) + +### Fix + +- **cd.yml**: Updated the upload-artifact@v4 (https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/) + ## v3.3.11 (2024-09-04) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c8ee559..5a2e6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.3.11" +version = "3.3.12" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -86,7 +86,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "3.3.11" +version = "3.3.12" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]