diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bdc78d5..79250f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.10" + ".": "0.9.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ef5f5..174b2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # Changelog +## [0.9.11](https://github.com/tekumara/fakesnow/compare/v0.9.10...v0.9.11) (2024-05-07) + + +### Bug Fixes + +* write_pandas using database and schema params ([d210c0b](https://github.com/tekumara/fakesnow/commit/d210c0b4abed024ed658a017e0bc6510f2340349)) + ## [0.9.10](https://github.com/tekumara/fakesnow/compare/v0.9.9...v0.9.10) (2024-05-05) diff --git a/pyproject.toml b/pyproject.toml index b903fd5..75d2b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fakesnow" description = "Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally." -version = "0.9.10" +version = "0.9.11" readme = "README.md" license = { file = "LICENSE" } classifiers = ["License :: OSI Approved :: MIT License"]