Skip to content

Commit 4ef23c6

Browse files
Release 0.2.0 (#35)
> [!IMPORTANT] > Merging this pull request will create this release ## Features - full parity with non-http endpoints (and parity reports) (#34) ## Fixes - resolve codeql scanning warnings (#36) Co-authored-by: Eli Bosley <eli@bosley.dev>
1 parent eab2004 commit 4ef23c6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0 (2026-02-01)
7+
8+
### Features
9+
10+
- full parity with non-http endpoints (and parity reports) (#34)
11+
12+
### Fixes
13+
14+
- resolve codeql scanning warnings (#36)
15+
616
## 0.1.10 (2026-01-31)
717

818
### 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.1.10"
12+
var Version = "0.2.0"
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)