Skip to content

Commit

Permalink
Merge pull request #1222 from SMI/release/v5.1.1
Browse files Browse the repository at this point in the history
Release/v5.1.1
  • Loading branch information
rkm authored Jul 18, 2022
2 parents 638c8e7 + 54bd726 commit 0fb763a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [5.1.1] 2022-07-18

## Bugfix

- [#1216](https://github.com/SMI/SmiServices/pull/1216) by jas88. Bugfix:
issue #1217, microservices prematurely exiting since RabbitMQ no longer
delays completion

## [5.1.0] 2022-06-23

## Feature
Expand Down Expand Up @@ -1096,7 +1104,8 @@ First stable release after importing the repository from the private
- Anonymous `MappingTableName` must now be fully specified to pass validation
(e.g. `mydb.mytbl`). Previously skipping database portion was supported.

[unreleased]: https://github.com/SMI/SmiServices/compare/v5.1.0...master
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.1.1...master
[5.1.1]: https://github.com/SMI/SmiServices/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/SMI/SmiServices/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/SMI/SmiServices/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/SMI/SmiServices/compare/v4.0.0...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![GitHub](https://img.shields.io/github/license/SMI/SmiServices)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/)

Version: `5.1.0`
Version: `5.1.1`

# SMI Services

Expand Down
1 change: 0 additions & 1 deletion news/1216-bugfix.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.1.0")]
[assembly: AssemblyFileVersion("5.1.0")]
[assembly: AssemblyInformationalVersion("5.1.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.1.1")]
[assembly: AssemblyFileVersion("5.1.1")]
[assembly: AssemblyInformationalVersion("5.1.1")] // This one can have the extra build info after it

0 comments on commit 0fb763a

Please sign in to comment.