Skip to content

Commit

Permalink
fix: bump Knightbus.PostgreSql (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmaxe authored Sep 9, 2024
1 parent 5032c53 commit 887eca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions knightbus-postgresql/src/KnightBus.PostgreSql/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# KnightBus.PostgreSql Changelog

## 1.1.4
(patch): Make `PostgresContants.NpgsqlDataSourceContainerKey` public

## 1.1.3
(patch): Register the `NpgsqlDataSource` using a keyed singleton to avoid multiple registrations for default
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/BookBeat/knightbus/master/documentation/media/images/knighbus-64.png</PackageIconUrl>
<PackageIcon>knighbus-64.png</PackageIcon>
<RepositoryUrl>https://github.com/BookBeat/knightbus</RepositoryUrl>
<Version>1.1.3</Version>
<Version>1.1.4</Version>
<PackageTags>knightbus;postgresql;queues;messaging</PackageTags>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 887eca7

Please sign in to comment.