There was an error while loading. Please reload this page.
1 parent f4e8d29 commit be6f7c4Copy full SHA for be6f7c4
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@
3
This project maintains its own release version. Compatibility with upstream
4
`caronc/apprise` releases is tracked separately via
5
`internal/version.UpstreamVersion`.
6
+## 0.2.1 (2026-02-25)
7
+
8
+### Fixes
9
10
+- update module golang.org/x/crypto to v0.48.0 (#38)
11
12
## 0.2.0 (2026-02-01)
13
14
### Features
internal/version/version.go
@@ -9,7 +9,7 @@ const (
)
// Override at build time with: -ldflags "-X github.com/unraid/apprise-go/internal/version.Version=1.2.3"
-var Version = "0.2.0"
+var Version = "0.2.1"
// UpstreamVersion tracks the caronc/apprise release version we are compatible with.
15
// Override at build time with: -ldflags "-X github.com/unraid/apprise-go/internal/version.UpstreamVersion=1.2.3"
0 commit comments