From 6639c2af8a1b760aa13590c2b57b262cad9b5379 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Wed, 22 May 2024 07:29:07 -0500 Subject: [PATCH] Document 3.2.2 release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00c26bf..b74c2c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix bug in PostgreSQL where database listing failed if a database named 'postgres' was not present - Make database enumeration an Enumerable not an array +## [3.2.2] - 2024-03-13 + +- Enable custom timeout for bulk copy operations + ## [3.2.1] - 2024-03-11 - Add Setter for DiscoveredDatabaseHelper Create Database Timeout @@ -373,7 +377,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed Drop table to work correctly with Views - Exists now works correctly for Views (previously it would return true if there was no view but a table with the same name) -[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.1...main +[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.2...main +[3.2.2]: https://github.com/HicServices/FAnsiSql/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/HicServices/FAnsiSql/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/HicServices/FAnsiSql/compare/v3.1.1...v3.2.0 [3.1.1]: https://github.com/HicServices/FAnsiSql/compare/v3.1.0...v3.1.1