Skip to content

Commit

Permalink
Bump version to 1.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Oct 31, 2022
1 parent bbc5621 commit 47080c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2022-10-31

### Dependencies

- Bump CvsHelper from 28.0.0 to 30.0.0
- Bump HIC.FAnsiSql from 2.0.4 to 3.0.1
- Bump YamlDotNet from 11.2.1 to 12.0.2

## [1.1.0] - 2022-07-11

### Added
Expand Down Expand Up @@ -49,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.4] - 2019-07-02

### Changed

- CI changes only (no changes to codebase)

## [0.1.3] - 2019-07-02
Expand All @@ -57,7 +66,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.1.0...develop
[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.1.1...develop
[1.1.1]: https://github.com/HicServices/BadMedicine/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/HicServices/BadMedicine/compare/v1.0.0...v1.1.0
[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
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
[assembly: AssemblyInformationalVersion("1.1.1")]

namespace System.Runtime.CompilerServices
{
Expand Down

0 comments on commit 47080c3

Please sign in to comment.