diff --git a/CHANGELOG.md b/CHANGELOG.md index f871539..1bbd4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2022-03-30 + ### Added - Added support for creating to database @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Patient birth dates now go from 1914 (Person.MinimumYearOfBirth) allowing for patients aged up to 100 years -[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.0.0...develop +[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.0.1...develop +[1.0.1]: https://github.com/HicServices/BadMedicine/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/HicServices/BadMedicine/compare/v0.1.6...v1.0.0 [0.1.6]: https://github.com/HicServices/BadMedicine/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/HicServices/BadMedicine/compare/v0.1.4...v0.1.5 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 9d5d162..eecbccc 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -9,9 +9,9 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyInformationalVersion("1.0.1")] namespace System.Runtime.CompilerServices {