Skip to content

Commit be6f7c4

Browse files
Release 0.2.1
1 parent f4e8d29 commit be6f7c4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This project maintains its own release version. Compatibility with upstream
44
`caronc/apprise` releases is tracked separately via
55
`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+
612
## 0.2.0 (2026-02-01)
713

814
### Features

internal/version/version.go

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

1111
// Override at build time with: -ldflags "-X github.com/unraid/apprise-go/internal/version.Version=1.2.3"
12-
var Version = "0.2.0"
12+
var Version = "0.2.1"
1313

1414
// UpstreamVersion tracks the caronc/apprise release version we are compatible with.
1515
// Override at build time with: -ldflags "-X github.com/unraid/apprise-go/internal/version.UpstreamVersion=1.2.3"

0 commit comments

Comments
 (0)