Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-whitestone committed Nov 10, 2023
1 parent 23e1cb0 commit b81d9b6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .changes/4.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## dbt-snowflake-monitoring 4.6.0 - November 09, 2023

### Features

- Add credit consumption to cost per query ([#127](https://github.com/get-select/dbt-snowflake-monitoring/pull/127))
- Add query parameterized hash ([#137](https://github.com/get-select/dbt-snowflake-monitoring/pull/137))

### Contributors
- [@sidhreddy](https://github.com/sidhreddy) (Features)
- [@yingyingqiqi](https://github.com/yingyingqiqi) (Features)

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20230815-013055.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.6.0 - November 09, 2023

### Features

- Add credit consumption to cost per query ([#127](https://github.com/get-select/dbt-snowflake-monitoring/pull/127))
- Add query parameterized hash ([#137](https://github.com/get-select/dbt-snowflake-monitoring/pull/137))

### Contributors
- [@sidhreddy](https://github.com/sidhreddy) (Features)
- [@yingyingqiqi](https://github.com/yingyingqiqi) (Features)


## dbt-snowflake-monitoring 4.5.3 - November 06, 2023

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'dbt_snowflake_monitoring'
version: '4.5.3'
version: '4.6.0'
config-version: 2

profile: dbt_snowflake_monitoring
Expand Down

0 comments on commit b81d9b6

Please sign in to comment.