Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1](https://github.com/encryption4all/postguard-dotnet/compare/E4A.PostGuard-v0.4.0...E4A.PostGuard-v0.4.1) (2026-05-17)


### Bug Fixes

* reject unknown recipient BaseType in BuildPolicyJson ([#20](https://github.com/encryption4all/postguard-dotnet/issues/20)) ([8128f92](https://github.com/encryption4all/postguard-dotnet/commit/8128f9254e2dfe7fa4248210d06ac49a4245b8b7))
* reuse single HttpClient across SealPipeline calls ([#19](https://github.com/encryption4all/postguard-dotnet/issues/19)) ([fb3e3d5](https://github.com/encryption4all/postguard-dotnet/commit/fb3e3d570ae0df0e731da2f776bc77765bd4c249)), closes [#11](https://github.com/encryption4all/postguard-dotnet/issues/11)

## [0.4.0](https://github.com/encryption4all/postguard-dotnet/compare/E4A.PostGuard-v0.3.0...E4A.PostGuard-v0.4.0) (2026-05-16)


Expand Down
4 changes: 2 additions & 2 deletions src/E4A.PostGuard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- NuGet package metadata -->
<PackageId>E4A.PostGuard</PackageId>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Authors>Encryption 4 All</Authors>
<Description>PostGuard .NET SDK — identity-based encryption for secure file sharing</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="E4A.PostGuard.Tests" />
<InternalsVisibleTo Include="E4A.PostGuard.Tests"/>
</ItemGroup>

<!-- Native pg-ffi libraries: pack into runtimes/ and copy to output at runtime -->
Expand Down