Skip to content

Commit

Permalink
Update changelog and version to 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Oct 4, 2022
1 parent fd4ca45 commit 2a93bbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## [8.0.3] - 2022-10-04

### Fixed

- Fixed `ViewLogs` command not working properly on command line when passed an [ExternalDatabaseServer](logging server) [#1447](https://github.com/HicServices/RDMP/issues/1447)

- Fixed bulk import (existing) tables breaking in some corner cases (e.g. when there are broken [Catalogue] from a previous import)
- Fixed YamlRepository not implementing Release Logs API member
- Fixed issues with YamlRepository loosing stored [DataAccessCredentials] passwords
- Fixed `--help` on command line showing help text twice

## [8.0.2] - 2022-10-03

Expand Down Expand Up @@ -1402,7 +1407,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.2...develop
[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.3...develop
[8.0.3]: https://github.com/HicServices/RDMP/compare/v8.0.2...v8.0.3
[8.0.2]: https://github.com/HicServices/RDMP/compare/v8.0.1...v8.0.2
[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
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.2")]
[assembly: AssemblyFileVersion("8.0.2")]
[assembly: AssemblyInformationalVersion("8.0.2")]
[assembly: AssemblyVersion("8.0.3")]
[assembly: AssemblyFileVersion("8.0.3")]
[assembly: AssemblyInformationalVersion("8.0.3")]

0 comments on commit 2a93bbf

Please sign in to comment.