diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4d801..9a7e969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.2.4] - 2024-06-05 - Add the ability to create and drop indexes from DiscoveredTables @@ -385,7 +385,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.3...main +[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.4...main +[3.2.4]: https://github.com/HicServices/FAnsiSql/compare/v3.2.3...v3.2.4 [3.2.3]: https://github.com/HicServices/FAnsiSql/compare/v3.2.2...v3.2.3 [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 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 8732252..44427a2 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.2.3")] -[assembly: AssemblyFileVersion("3.2.3")] -[assembly: AssemblyInformationalVersion("3.2.3")] +[assembly: AssemblyVersion("3.2.4")] +[assembly: AssemblyFileVersion("3.2.4")] +[assembly: AssemblyInformationalVersion("3.2.4")]