Skip to content

Commit 6b99b7b

Browse files
authored
Merge pull request #16 from encryption4all/release-please--branches--main--components--E4A.PostGuard
chore(main): release E4A.PostGuard 0.4.0
2 parents f96d9f4 + 6013070 commit 6b99b7b

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/encryption4all/postguard-dotnet/compare/E4A.PostGuard-v0.3.0...E4A.PostGuard-v0.4.0) (2026-05-16)
4+
5+
6+
### Features
7+
8+
* multi-target net8.0 and net10.0 ([f25fa46](https://github.com/encryption4all/postguard-dotnet/commit/f25fa46029142ebd303011e648b5ee952b47aa93))
9+
10+
11+
### Bug Fixes
12+
13+
* reject http:// URLs in PostGuardConfig to prevent plaintext credential leaks ([3fac2a8](https://github.com/encryption4all/postguard-dotnet/commit/3fac2a883252cbbc0cef75f39d891265df221bd1))
14+
* validate PkgUrl and CryptifyUrl are https:// in PostGuardConfig ([fe6d4eb](https://github.com/encryption4all/postguard-dotnet/commit/fe6d4eb20a795696525fad367a4f241483002d00)), closes [#14](https://github.com/encryption4all/postguard-dotnet/issues/14)
15+
316
## [0.3.0](https://github.com/encryption4all/postguard-dotnet/compare/E4A.PostGuard-v0.2.1...E4A.PostGuard-v0.3.0) (2026-05-02)
417

518

src/E4A.PostGuard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- NuGet package metadata -->
1111
<PackageId>E4A.PostGuard</PackageId>
12-
<Version>0.3.0</Version>
12+
<Version>0.4.0</Version>
1313
<Authors>Encryption 4 All</Authors>
1414
<Description>PostGuard .NET SDK — identity-based encryption for secure file sharing</Description>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)