diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd417b..b2c0138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # Changelog +## [0.7.0](https://github.com/tekumara/fakesnow/compare/v0.6.0...v0.7.0) (2023-09-09) + + +### Features + +* add information_schema.databases ([6953d00](https://github.com/tekumara/fakesnow/commit/6953d0033c489a48374ef7add2510444a1739ad2)), closes [#22](https://github.com/tekumara/fakesnow/issues/22) + ## [0.6.0](https://github.com/tekumara/fakesnow/compare/v0.5.1...v0.6.0) (2023-08-19) diff --git a/pyproject.toml b/pyproject.toml index 931476e..9300351 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.6.0" +version = "0.7.0" readme = "README.md" license = { file = "LICENSE" } classifiers = ["License :: OSI Approved :: MIT License"]