Skip to content

Commit

Permalink
bump to 1.2.2 and add deprication warning (#196)
Browse files Browse the repository at this point in the history
* bump to 1.2.2 and add deprecation warning
---------
Co-authored-by: James A Sutherland <>
  • Loading branch information
JFriel authored May 15, 2024
1 parent 01d3f87 commit 6919fe8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.2] - 2024-035-16

-Add warning about naming deprecation, see [README](./README.md#Deprecation)

## [1.2.1] - 2024-03-18

Expand Down Expand Up @@ -86,7 +88,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.2.1...main
[Unreleased]: https://github.com/HicServices/BadMedicine/compare/v1.2.2...main
[1.2.2]: https://github.com/HicServices/BadMedicine/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/HicServices/BadMedicine/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/HicServices/BadMedicine/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/HicServices/BadMedicine/compare/v1.1.1...v1.1.2
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# BadMedicine

## <a name="Deprecation"></a> Deprecation Notice

BadMedicine v1.2.2 will be the final release under this name.

The project will be renamed SynthEHR in all future releases, starting at v2.0.0

The project will be able to be found on [Github](https://gituhb.com/HICServices/SynthEHR) and on [Nuget](https://www.nuget.org/packages/HIC.SynthEHR/)

[![Build Status](https://github.com/HICServices/BadMedicine/actions/workflows/testpack.yml/badge.svg?branch=develop)](https://travis-ci.org/HicServices/BadMedicine) [![NuGet Badge](https://buildstats.info/nuget/HIC.BadMedicine)](https://www.nuget.org/packages/HIC.BadMedicine/)

Library and CLI for randomly generating medical data like you might get out of an Electronic Health Records (EHR) system. It is intended for generating data for demos and testing ETL / cohort generation/ data management tools.
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

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

0 comments on commit 6919fe8

Please sign in to comment.