diff --git a/.cz.toml b/.cz.toml index 1c16a81e..4166d196 100644 --- a/.cz.toml +++ b/.cz.toml @@ -9,7 +9,7 @@ # https://commitizen-tools.github.io/commitizen/ name = "cz_conventional_commits" changelog_start_rev = "v0.0.0" -version = "2.0.0b4" +version = "2.0.0" tag_format = "v$version" annotated_tag = true gpg_sign = true diff --git a/NEWS-VERSION.rst b/NEWS-VERSION.rst index b409993b..c4618597 100644 --- a/NEWS-VERSION.rst +++ b/NEWS-VERSION.rst @@ -1,10 +1,7 @@ -prunerr 2.0.0b4 (2023-10-31) -============================ +prunerr 2.0.0 (2023-11-01) +========================== -Bugfixes --------- - -- Fix the CI/CD release process. +No significant changes. diff --git a/NEWS.rst b/NEWS.rst index b9b94701..7a3ff1bd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +prunerr 2.0.0 (2023-11-01) +========================== + +No significant changes. + + prunerr 2.0.0b4 (2023-10-31) ============================ diff --git a/package.json b/package.json index 7a504372..923f945e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rpattersonnet/prunerr", "scope": "@rpattersonnet", - "version": "2.0.0-b4", + "version": "2.0.0", "description": "Perma-seed Servarr media libraries", "scripts": { "lint": "npm run lint:code && npm run lint:prose",