diff --git a/CHANGELOG.md b/CHANGELOG.md index 7708e8e8..705b60ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ ... +# [0.0.9] - 2022-11-21 + +## Added + +- Bump Microsoft.Extensions.Caching.Memory from 6.0.1 to 7.0.0 +- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 +- Bump Microsoft.Extensions.FileSystemGlobbing from 6.0.0 to 7.0.0 +- Bump CsvHelper from 30.0.0 to 30.0.1 +- Bump HIC.RDMP.Plugin from 8.0.5 to 8.0.6 +- Bump Magick.NET-Q16-AnyCPU from 12.2.0 to 12.2.1 +- Bump System.IO.Abstractions from 17.2.3 to 17.2.26 +- Bump NUnit3TestAdapter from 4.3.0 to 4.3.1 +- Fix dependabot config tagging Thomas + # [0.0.8] - 2022-11-04 ## Added @@ -85,7 +99,8 @@ Initial version -[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.8..main +[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.9..main +[0.0.9]: https://github.com/SMI/IsIdentifiable/compare/v0.0.8..v0.0.9 [0.0.8]: https://github.com/SMI/IsIdentifiable/compare/v0.0.7..v0.0.8 [0.0.7]: https://github.com/SMI/IsIdentifiable/compare/v0.0.6..v0.0.7 [0.0.6]: https://github.com/SMI/IsIdentifiable/compare/v0.0.5..v0.0.6 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 942d0508..a98bf19b 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("0.0.8")] -[assembly: AssemblyFileVersion("0.0.8")] -[assembly: AssemblyInformationalVersion("0.0.8")] // This one can have the extra build info after it +[assembly: AssemblyVersion("0.0.9")] +[assembly: AssemblyFileVersion("0.0.9")] +[assembly: AssemblyInformationalVersion("0.0.9")] // This one can have the extra build info after it