diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a1f7f..c3ed037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/chrislemke/sk-transformers/compare/v0.10.1...v0.10.2) (2023-03-09) + + +### Bug Fixes + +* broken dependencies ([3fa0a19](https://github.com/chrislemke/sk-transformers/commit/3fa0a1979ec8858623f9297d2057674950dd71dc)) + ## [0.10.1](https://github.com/chrislemke/sk-transformers/compare/v0.10.0...v0.10.1) (2023-03-09) diff --git a/pyproject.toml b/pyproject.toml index c06c4e5..342bdac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sk-transformers" -version = "0.10.1" +version = "0.10.2" description = "A collection of various pandas & scikit-learn compatible transformers for all kinds of preprocessing and feature engineering" authors = ["Christopher Lemke <1@lemke.ai>"] license = "MIT"