diff --git a/.changes/0.203.1.md b/.changes/0.203.1.md new file mode 100644 index 0000000000..37d252a478 --- /dev/null +++ b/.changes/0.203.1.md @@ -0,0 +1,13 @@ +## MetricFlow 0.203.1 - November 15, 2023 + +### Fixes + +- Fix error in cumulative metric output when start-time and end-time are specified ([#869](https://github.com/dbt-labs/metricflow/issues/869)) + +### Dependencies + +- Remove Rudderstack client and associated dependencies ([#866](https://github.com/dbt-labs/metricflow/pull/866)) +- Relax version pin on typing extensions to allow >=4.4, <5 ([#875](https://github.com/dbt-labs/metricflow/pull/875)) + +### Contributors +- [@tlento](https://github.com/tlento) ([#869](https://github.com/dbt-labs/metricflow/issues/869), [#866](https://github.com/dbt-labs/metricflow/pull/866), [#875](https://github.com/dbt-labs/metricflow/pull/875)) diff --git a/.changes/unreleased/Dependencies-20231113-181503.yaml b/.changes/unreleased/Dependencies-20231113-181503.yaml deleted file mode 100644 index 588f1cb00a..0000000000 --- a/.changes/unreleased/Dependencies-20231113-181503.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Remove Rudderstack client and associated dependencies -time: 2023-11-13T18:15:03.406145-08:00 -custom: - Author: tlento - PR: "866" diff --git a/.changes/unreleased/Dependencies-20231115-144849.yaml b/.changes/unreleased/Dependencies-20231115-144849.yaml deleted file mode 100644 index 1502d6c2cf..0000000000 --- a/.changes/unreleased/Dependencies-20231115-144849.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Relax version pin on typing extensions to allow >=4.4, <5 -time: 2023-11-15T14:48:49.411998-08:00 -custom: - Author: tlento - PR: "875" diff --git a/.changes/unreleased/Fixes-20231114-171137.yaml b/.changes/unreleased/Fixes-20231114-171137.yaml deleted file mode 100644 index e5ff076258..0000000000 --- a/.changes/unreleased/Fixes-20231114-171137.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix error in cumulative metric output when start-time and end-time are specified -time: 2023-11-14T17:11:37.462241-08:00 -custom: - Author: tlento - Issue: "869" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3488861c5c..7b107a8960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/metricflow/blob/main/CONTRIBUTING.md) +## MetricFlow 0.203.1 - November 15, 2023 + +### Fixes + +- Fix error in cumulative metric output when start-time and end-time are specified ([#869](https://github.com/dbt-labs/metricflow/issues/869)) + +### Dependencies + +- Remove Rudderstack client and associated dependencies ([#866](https://github.com/dbt-labs/metricflow/pull/866)) +- Relax version pin on typing extensions to allow >=4.4, <5 ([#875](https://github.com/dbt-labs/metricflow/pull/875)) + +### Contributors +- [@tlento](https://github.com/tlento) ([#869](https://github.com/dbt-labs/metricflow/issues/869), [#866](https://github.com/dbt-labs/metricflow/pull/866), [#875](https://github.com/dbt-labs/metricflow/pull/875)) + ## MetricFlow 0.203.0 - November 13, 2023 ### Breaking Changes