Skip to content

Commit

Permalink
Merge pull request #1890 from SMI/release/v5.7.2
Browse files Browse the repository at this point in the history
Release v5.7.2
  • Loading branch information
rkm authored Jul 29, 2024
2 parents 5eb780c + 72b74a0 commit 9d4c0cf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [5.7.2] 2024-07-29

### Feature

- [#1889](https://github.com/SMI/SmiServices/pull/1889) by jas88. Make DB exception handling DB-agnostic rather than MySQL specific

### Bugfix

- [#1887](https://github.com/SMI/SmiServices/pull/1887) by rkm. Pass setInitialDatabase as true to GetDistinctLiveDatabaseServer to ensure that the correct database is used when connecting to Postgres
- [#1888](https://github.com/SMI/SmiServices/pull/1888) by rkm. Ensure keyTag is properly wrapped in QuerySyntaxHelper for Postgres support

## [5.7.1] 2024-07-24

### Feature
Expand Down Expand Up @@ -1376,4 +1387,5 @@ First stable release after importing the repository from the private
[5.6.1]: https://github.com/SMI/SmiServices/compare/v5.6.0...v5.6.1
[5.7.0]: https://github.com/SMI/SmiServices/compare/v5.6.1...v5.7.0
[5.7.1]: https://github.com/SMI/SmiServices/compare/v5.7.0...v5.7.1
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.1...main
[5.7.2]: https://github.com/SMI/SmiServices/compare/v5.7.1...v5.7.2
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.2...main
1 change: 0 additions & 1 deletion news/1887-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1888-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1889-feature.md

This file was deleted.

6 changes: 3 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.7.1")]
[assembly: AssemblyFileVersion("5.7.1")]
[assembly: AssemblyInformationalVersion("5.7.1")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.7.2")]
[assembly: AssemblyFileVersion("5.7.2")]
[assembly: AssemblyInformationalVersion("5.7.2")] // This one can have the extra build info after it

0 comments on commit 9d4c0cf

Please sign in to comment.