diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c26ff5ff..f7824672df 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 ... +## [7.0.4] - 2021-12-08 + ### Added - Added `RoundFloatsTo` to ExecuteDatasetExtractionFlatFileDestination @@ -1006,7 +1008,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/v7.0.3...develop +[Unreleased]: https://github.com/HicServices/RDMP/compare/v7.0.4...develop +[7.0.4]: https://github.com/HicServices/RDMP/compare/v7.0.3...v7.0.4 [7.0.3]: https://github.com/HicServices/RDMP/compare/v7.0.2...v7.0.3 [7.0.2]: https://github.com/HicServices/RDMP/compare/v7.0.1...v7.0.2 [7.0.1]: https://github.com/HicServices/RDMP/compare/v7.0.0...v7.0.1 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 885a87ce76..9f731294a5 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("7.0.3")] -[assembly: AssemblyFileVersion("7.0.3")] -[assembly: AssemblyInformationalVersion("7.0.3")] +[assembly: AssemblyVersion("7.0.4")] +[assembly: AssemblyFileVersion("7.0.4")] +[assembly: AssemblyInformationalVersion("7.0.4")]