diff --git a/.changes/5.2.1.md b/.changes/5.2.1.md new file mode 100644 index 0000000..b55fd24 --- /dev/null +++ b/.changes/5.2.1.md @@ -0,0 +1,7 @@ +## dbt-snowflake-monitoring 5.2.1 - June 09, 2024 + +### Features + +- Remove warehouse_cluster_status model ([#158](https://github.com/get-select/dbt-snowflake-monitoring/pull/158)) + + diff --git a/.changes/unreleased/Features-20240609-173247.yaml b/.changes/unreleased/Features-20240609-173247.yaml deleted file mode 100644 index d03008c..0000000 --- a/.changes/unreleased/Features-20240609-173247.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Remove warehouse_cluster_status model -time: 2024-06-09T17:32:47.794928-07:00 -custom: - Author: NiallRees - PR: "158" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c06e8f..b237090 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 5.2.1 - June 09, 2024 + +### Features + +- Remove warehouse_cluster_status model ([#158](https://github.com/get-select/dbt-snowflake-monitoring/pull/158)) + + + ## dbt-snowflake-monitoring 5.2.0 - May 28, 2024 ### Features diff --git a/dbt_project.yml b/dbt_project.yml index a06cc4b..c203847 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'dbt_snowflake_monitoring' -version: '5.2.0' +version: '5.2.1' config-version: 2 profile: dbt_snowflake_monitoring