File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.1] - 2022-03-30
11+
1012### Added
1113
1214- Added support for creating to database
@@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5254
5355- Patient birth dates now go from 1914 (Person.MinimumYearOfBirth) allowing for patients aged up to 100 years
5456
55- [ Unreleased ] : https://github.com/HicServices/BadMedicine/compare/v1.0.0...develop
57+ [ Unreleased ] : https://github.com/HicServices/BadMedicine/compare/v1.0.1...develop
58+ [ 1.0.1 ] : https://github.com/HicServices/BadMedicine/compare/v1.0.0...v1.0.1
5659[ 1.0.0 ] : https://github.com/HicServices/BadMedicine/compare/v0.1.6...v1.0.0
5760[ 0.1.6 ] : https://github.com/HicServices/BadMedicine/compare/v0.1.5...v0.1.6
5861[ 0.1.5 ] : https://github.com/HicServices/BadMedicine/compare/v0.1.4...v0.1.5
Original file line number Diff line number Diff line change 99[ assembly: AssemblyCulture ( "" ) ]
1010
1111// These should be replaced with correct values by the release process
12- [ assembly: AssemblyVersion ( "1.0.0 " ) ]
13- [ assembly: AssemblyFileVersion ( "1.0.0 " ) ]
14- [ assembly: AssemblyInformationalVersion ( "1.0.0 " ) ]
12+ [ assembly: AssemblyVersion ( "1.0.1 " ) ]
13+ [ assembly: AssemblyFileVersion ( "1.0.1 " ) ]
14+ [ assembly: AssemblyInformationalVersion ( "1.0.1 " ) ]
1515
1616namespace System . Runtime . CompilerServices
1717{
You can’t perform that action at this time.
0 commit comments