diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b09c719..cc0f9a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each ## Unreleased ### Added * [MLOP-191] AggregatedTransform with filter option to use subset during aggregation ([#139](https://github.com/quintoandar/butterfree/pull/139)) +* [MLOP-190] AggregateTransform with distinct_on option to de-duplicate auditable/historical tables ([#138](https://github.com/quintoandar/butterfree/pull/138)) ### Changed * [MLOP-248] HistoricaFeatureStoreWriter validation count threshold ([#140](https://github.com/quintoandar/butterfree/pull/140)) diff --git a/setup.py b/setup.py index a2f6249c..7cb73429 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup __package_name__ = "quintoandar-butterfree" -__version__ = "0.8.0" +__version__ = "0.9.0" __repository_url__ = "https://github.com/quintoandar/butterfree" with open("requirements.txt") as f: