diff --git a/CHANGELOG.md b/CHANGELOG.md index 292c38aa23..1c8122efb2 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.18] - 2022-08-30 + ### Added - Added 'Set Description' command to [AggregateConfiguration] context menu - Template cohort builder aggregates can be dragged onto extraction datasets to import the container tree [#1307](https://github.com/HicServices/RDMP/issues/1307) @@ -1333,7 +1335,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.17...develop +[Unreleased]: https://github.com/HicServices/RDMP/compare/v7.0.18...develop +[7.0.18]: https://github.com/HicServices/RDMP/compare/v7.0.17...v7.0.18 [7.0.17]: https://github.com/HicServices/RDMP/compare/v7.0.16...v7.0.17 [7.0.16]: https://github.com/HicServices/RDMP/compare/v7.0.15...v7.0.16 [7.0.15]: https://github.com/HicServices/RDMP/compare/v7.0.14...v7.0.15 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index e69d8933cb..74acfd216a 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("7.0.17")] -[assembly: AssemblyFileVersion("7.0.17")] -[assembly: AssemblyInformationalVersion("7.0.17")] +[assembly: AssemblyVersion("7.0.18")] +[assembly: AssemblyFileVersion("7.0.18")] +[assembly: AssemblyInformationalVersion("7.0.18")]