diff --git a/CHANGELOG.md b/CHANGELOG.md index 047de38..7559bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +... + +## [1.0.2] - 2020-02-06 + ### Added - New option for DicomRepopulator to put images in root subfolders e.g. by PatientID @@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version -[Unreleased]: https://github.com/HicServices/DicomTemplateBuilder/compare/v1.0.1...develop +[Unreleased]: https://github.com/HicServices/DicomTemplateBuilder/compare/v1.0.2...develop +[1.0.2]: https://github.com/HicServices/DicomTemplateBuilder/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/HicServices/DicomTemplateBuilder/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/HicServices/DicomTemplateBuilder/tree/v1.0.0 [DicomTypeTranslation]: https://github.com/HicServices/DicomTypeTranslation diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 70fa76d..8c159a6 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("1.0.1")] -[assembly: AssemblyFileVersion("1.0.1")] -[assembly: AssemblyInformationalVersion("1.0.1")] +[assembly: AssemblyVersion("1.0.2")] +[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyInformationalVersion("1.0.2")]