diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfbcc1..9229e7b 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.6] - 2024-03-13 ### Added - Support for `dbt==1.7`. [#72] _Thanks to @pgoslatara!_ - Coverage type to string/markdown reports. [#74] _Thanks to @pgoslatara!_ diff --git a/pyproject.toml b/pyproject.toml index 420d6d9..60d6613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-coverage" -version = "0.3.5" +version = "0.3.6" description = "One-stop-shop for docs and test coverage of dbt projects" authors = ["Andrej Švec <asvec@slido.com>"] readme = 'README.md'