Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Sep 30, 2022
1 parent fd42d89 commit 56b53ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## [8.0.1] - 2022-09-30

### Fixed

- Fixed Saved Cohort Save button not enabling when updating server/database or credentials [#1259](https://github.com/HicServices/RDMP/issues/1259)
Expand Down Expand Up @@ -1389,7 +1391,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Culture (e.g. en-us) not being passed correctly in DelimitedFlatFileAttacher
- Fixed bug where Updater would show older versions of RDMP as installable 'updates'

[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.0...develop
[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.1...develop
[8.0.1]: https://github.com/HicServices/RDMP/compare/v8.0.0...v8.0.1
[8.0.0]: https://github.com/HicServices/RDMP/compare/v7.0.20...v8.0.0
[7.0.20]: https://github.com/HicServices/RDMP/compare/v7.0.19...v7.0.20
[7.0.19]: https://github.com/HicServices/RDMP/compare/v7.0.18...v7.0.19
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("8.0.0")]
[assembly: AssemblyFileVersion("8.0.0")]
[assembly: AssemblyInformationalVersion("8.0.0")]
[assembly: AssemblyVersion("8.0.1")]
[assembly: AssemblyFileVersion("8.0.1")]
[assembly: AssemblyInformationalVersion("8.0.1")]

0 comments on commit 56b53ea

Please sign in to comment.