diff --git a/CHANGELOG.md b/CHANGELOG.md index f36a363..184cb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ Represents the **NuGet** versions. +## v1.0.11 +- *Enhancement:* Updated to `CoreEx.Database` version `1.0.7`. + ## v1.0.10 - *Enhancement:* Removed generic database functionality as this has been ported to `CoreEx.Database`. `DbEx` is now focused on tooling only. ## v1.0.9 -- *Enhancement:* Updated the `EventOoutboxEnqueueBase` to handle new `EventSendException` and enqueue each individual message as either sent or unsent within the outbox. +- *Enhancement:* Updated the `EventOutboxEnqueueBase` to handle new `EventSendException` and enqueue each individual message as either sent or unsent within the outbox. - *Fixed:* Updated to `CoreEx` version `1.0.5`. ## v1.0.8 diff --git a/src/DbEx/DbEx.csproj b/src/DbEx/DbEx.csproj index 3c8ee76..7e2d78e 100644 --- a/src/DbEx/DbEx.csproj +++ b/src/DbEx/DbEx.csproj @@ -3,7 +3,7 @@ netstandard2.1 DbEx - 1.0.10 + 1.0.11 true DbEx Developers Avanade @@ -89,7 +89,7 @@ - +