diff --git a/CHANGELOG.md b/CHANGELOG.md index fe01013f25..2a9d883957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... +## [8.0.4] - 2022-10-24 + ### Added - Added IgnoreMissingTables setting for [RemoteDatabaseAttacher] which allows you to load only the tables that exist on the remote (and in the load) @@ -1416,7 +1418,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed Culture (e.g. en-us) not being passed correctly in DelimitedFlatFileAttacher - Fixed bug where Updater would show older versions of RDMP as installable 'updates' -[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.3...develop +[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.4...develop +[8.0.4]: https://github.com/HicServices/RDMP/compare/v8.0.3...v8.0.4 [8.0.3]: https://github.com/HicServices/RDMP/compare/v8.0.2...v8.0.3 [8.0.2]: https://github.com/HicServices/RDMP/compare/v8.0.1...v8.0.2 [8.0.1]: https://github.com/HicServices/RDMP/compare/v8.0.0...v8.0.1 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index eafd5b5863..d6cfaf333b 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("8.0.3")] -[assembly: AssemblyFileVersion("8.0.3")] -[assembly: AssemblyInformationalVersion("8.0.3")] +[assembly: AssemblyVersion("8.0.4")] +[assembly: AssemblyFileVersion("8.0.4")] +[assembly: AssemblyInformationalVersion("8.0.4")]