diff --git a/.changes/0.4.1.md b/.changes/0.4.1.md new file mode 100644 index 0000000..7629f3e --- /dev/null +++ b/.changes/0.4.1.md @@ -0,0 +1,4 @@ +## 0.4.1 - 2022-11-06 +### Added +* CI testing across all dbt versions post 1.0 serving as both integration tests and functional tests +* Added apache license to project diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8bef1..67e87e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.4.1 - 2022-11-06 +### Added +* CI testing across all dbt versions post 1.0 serving as both integration tests and functional tests +* Added apache license to project + ## 0.4.0 - 2022-08-04 ### Added * New validator logic ensures consistent and expected return types from all implemented FF clients