diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d075ea38..d412e61c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ We used to have incremental versioning before `0.1.0`. -## WIP (0.8.0) - +## 0.8.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index 3a6bad58f..bb7e2531c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "wemake-python-styleguide" -version = "0.7.1" +version = "0.8.0" description = "The strictest and most opinionated python linter ever" license = "MIT"