Skip to content

Commit ec7b75d

Browse files
committed
chore(release): 1.1.6
1 parent ef4c345 commit ec7b75d

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
---
1818

19+
<a name="1.1.6"></a>
20+
## [1.1.6](https://www.github.com/EntglDb/EntglDb.Net/releases/tag/v1.1.6) (2026-03-11)
21+
22+
### Bug Fixes
23+
24+
* watch only local collections ([ef4c345](https://www.github.com/EntglDb/EntglDb.Net/commit/ef4c345cc4b0bf4fe45e7297c925e5e4e68ee1fe))
25+
1926
<a name="1.1.5"></a>
2027
## [1.1.5](https://www.github.com/EntglDb/EntglDb.Net/releases/tag/v1.1.5) (2026-03-11)
2128

src/EntglDb.AspNet/EntglDb.AspNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<LangVersion>latest</LangVersion>
1717
<ImplicitUsings>enable</ImplicitUsings>
1818
<Nullable>enable</Nullable>
19-
<Version>1.1.5</Version>
19+
<Version>1.1.6</Version>
2020
<Authors>MrDevRobot</Authors>
2121
<Description>ASP.NET Core integration for EntglDb with health checks, hosted services, and multi-cluster support.</Description>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Core/EntglDb.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>1.1.5</Version>
7+
<Version>1.1.6</Version>
88
<Authors>MrDevRobot</Authors>
99
<Description>Core abstractions and logic for EntglDb, a lightweight P2P mesh database.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Network/EntglDb.Network.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<LangVersion>latest</LangVersion>
2626
<ImplicitUsings Condition="'$(TargetFramework)' == 'net6.0'">enable</ImplicitUsings>
2727
<Nullable>enable</Nullable>
28-
<Version>1.1.5</Version>
28+
<Version>1.1.6</Version>
2929
<Authors>MrDevRobot</Authors>
3030
<Description>Networking layer (TCP/UDP/Gossip) for EntglDb.</Description>
3131
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Persistence.BLite/EntglDb.Persistence.BLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>1.1.5</Version>
7+
<Version>1.1.6</Version>
88
<Authors>MrDevRobot</Authors>
99
<Description>BLite persistence provider for EntglDb. High-performance embedded document database for .NET 10.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Persistence.EntityFramework/EntglDb.Persistence.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<LangVersion>latest</LangVersion>
2323
<ImplicitUsings>enable</ImplicitUsings>
2424
<Nullable>enable</Nullable>
25-
<Version>1.1.5</Version>
25+
<Version>1.1.6</Version>
2626
<Authors>MrDevRobot</Authors>
2727
<Description>Entity Framework Core persistence provider for EntglDb. Generic implementation supporting any EF Core database provider (SQL Server, PostgreSQL, MySQL, SQLite, etc).</Description>
2828
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Persistence/EntglDb.Persistence.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<ImplicitUsings Condition="'$(TargetFramework)' == 'net6.0'">enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Version>1.1.5</Version>
8+
<Version>1.1.6</Version>
99
<Authors>MrDevRobot</Authors>
1010
<Description>Persistence provider for EntglDb.</Description>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)