diff --git a/CHANGELOG.md b/CHANGELOG.md index f55e104..1c7f391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/tekumara/fakesnow/compare/v0.4.0...v0.4.1) (2023-07-16) + + +### Bug Fixes + +* remove stray debugging print ([0ecc853](https://github.com/tekumara/fakesnow/commit/0ecc853608afabcf33c4f17c8297a76683e423c1)) + ## [0.4.0](https://github.com/tekumara/fakesnow/compare/v0.3.0...v0.4.0) (2023-07-16) diff --git a/pyproject.toml b/pyproject.toml index df1a4ab..316ffe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fakesnow" description = "Fake Snowflake Connector for Python. Run Snowflake DB locally." -version = "0.4.0" +version = "0.4.1" readme = "README.md" license = { file = "LICENSE" } classifiers = ["License :: OSI Approved :: MIT License"]