diff --git a/.changes/4.5.2.md b/.changes/4.5.2.md new file mode 100644 index 0000000..084595b --- /dev/null +++ b/.changes/4.5.2.md @@ -0,0 +1,7 @@ +## dbt-snowflake-monitoring 4.5.2 - October 30, 2023 + +### Fixes + +- Fix cluster number ([#134](https://github.com/get-select/dbt-snowflake-monitoring/pull/134)) + + diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0de55..e2187ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## dbt-snowflake-monitoring 4.5.2 - October 30, 2023 + +### Fixes + +- Fix cluster number ([#134](https://github.com/get-select/dbt-snowflake-monitoring/pull/134)) + + + ## dbt-snowflake-monitoring 4.5.1 - August 24, 2023 ### Fixes diff --git a/dbt_project.yml b/dbt_project.yml index 717b383..bdf6469 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'dbt_snowflake_monitoring' -version: '4.5.1' +version: '4.5.2' config-version: 2 profile: dbt_snowflake_monitoring