diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0f4c8..30a30ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.3.0 (2023-02-23) +### Feature +* Update pernosco related keywords if trace successful ([`e357be2`](https://github.com/MozillaSecurity/bugmon/commit/e357be2c5b2ed495117608c8017327829335a577)) + ## v2.2.0 (2023-02-21) ### Feature * Replace confirm/verify commands with analyze ([`8683418`](https://github.com/MozillaSecurity/bugmon/commit/86834183067a3064f4f44e50bd2704f739f619ef)) diff --git a/pyproject.toml b/pyproject.toml index a27bb70..06bf80a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ maintainers = [ name = "bugmon" readme = "README.md" repository = "https://github.com/MozillaSecurity/bugmon" -version = "2.2.0" +version = "2.3.0" [tool.poetry.dependencies] autobisect = "^6.1.0"