diff --git a/CHANGELOG.md b/CHANGELOG.md index 48247e55f..2b2837134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ A raw git diff can be seen [here][unreleased]. +## [5.7.1] 2024-07-24 + +### Feature + +- [#1876](https://github.com/SMI/SmiServices/pull/1876) by rkm. Manually bump DicomTypeTranslation, IsIdentifiable, YamlDotNet, and RDMP libs + ## [5.7.0] 2024-06-24 ### Feature @@ -1369,4 +1375,5 @@ First stable release after importing the repository from the private [5.6.0]: https://github.com/SMI/SmiServices/compare/v5.5.0...v5.6.0 [5.6.1]: https://github.com/SMI/SmiServices/compare/v5.6.0...v5.6.1 [5.7.0]: https://github.com/SMI/SmiServices/compare/v5.6.1...v5.7.0 -[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.0...main +[5.7.1]: https://github.com/SMI/SmiServices/compare/v5.7.0...v5.7.1 +[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.1...main diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index a5c6bcac8..9a59a40cc 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("5.7.0")] -[assembly: AssemblyFileVersion("5.7.0")] -[assembly: AssemblyInformationalVersion("5.7.0")] // This one can have the extra build info after it +[assembly: AssemblyVersion("5.7.1")] +[assembly: AssemblyFileVersion("5.7.1")] +[assembly: AssemblyInformationalVersion("5.7.1")] // This one can have the extra build info after it