diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c2638..4171538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +## [0.5.2] +**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.5.1...v0.5.2 + +### Added + +### Changed + +### Fixed + +* Removed usage of chdb since it turned out it sometimes does not return results + +## [0.5.1] + +**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.5.0...v0.5.1 + +### Added + +### Changed +* Use chdb to fully mock the Clickhouse connection + + ### Fixed * Fixed generation of CTE names from references with hyphens @@ -80,7 +103,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.2] - 2023-10-26 Initial version. -[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.2 +[0.5.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.1 [0.5.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.0 [0.4.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.4.0 [0.3.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.1