Skip to content

Commit 422f1b9

Browse files
Thomas NindThomas Nind
authored andcommitted
Bump to 1.0.1
1 parent af7c4f5 commit 422f1b9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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

1616
namespace System.Runtime.CompilerServices
1717
{

0 commit comments

Comments
 (0)