diff --git a/CHANGELOG.md b/CHANGELOG.md index bad2abd..0676ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7] - 2021-12-09 +### Changed +- Beef up the README. + ## [0.1.6] - 2021-12-03 ### Fixed - Matching of entities between manifest and catalog diff --git a/pyproject.toml b/pyproject.toml index 8b07bbb..a630a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "dbt-coverage" -version = "0.1.6" -description = "A package for computing coverage of dbt-managed data warehouses" +version = "0.1.7" +description = "One-stop-shop for docs and test coverage of dbt projects" authors = ["Andrej Švec "] readme = 'README.md' license = "MIT"