diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9f9a8a..fc5b6a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization. ## [Unreleased] +## [1.4.6](https://github.com/quintoandar/butterfree/releases/tag/1.4.6) +* Fix(MLOP-2519): avoid configuring logger at lib level ([#393](https://github.com/quintoandar/butterfree/pull/393)) +* Fix: Rollback to latest stable release ([#391](https://github.com/quintoandar/butterfree/pull/391)) ## [1.3.5](https://github.com/quintoandar/butterfree/releases/tag/1.3.5) * Auto create feature sets ([#368](https://github.com/quintoandar/butterfree/pull/368)) diff --git a/setup.py b/setup.py index bc4f0b45..d51e1866 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup __package_name__ = "butterfree" -__version__ = "1.3.5" +__version__ = "1.4.6" __repository_url__ = "https://github.com/quintoandar/butterfree" with open("requirements.txt") as f: