diff --git a/CHANGELOG.md b/CHANGELOG.md index 667bca0..cf26693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.5] - 2023-11-09 ### Added - Support for `dbt==1.6` - Integration tests diff --git a/pyproject.toml b/pyproject.toml index 5892bbd..fcf645a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-coverage" -version = "0.3.4" +version = "0.3.5" description = "One-stop-shop for docs and test coverage of dbt projects" authors = ["Andrej Švec "] readme = 'README.md'