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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This project maintains its own release version. Compatibility with upstream
`caronc/apprise` releases is tracked separately via
`internal/version.UpstreamVersion`.
## 0.1.7 (2026-01-25)

### Features

- add windows builds

## 0.1.6 (2026-01-25)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.6"
var Version = "0.1.7"

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