diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd396a..42c34bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.1] - 2026-05-21 + + +### Added + +- **mirror**: update fallback URLs to use IPFS and remove GitHub Pages + +### Fixed + +- **security**: bump golang.org/x deps and add container CVE scan gate ## [0.9.0] - 2026-05-21 @@ -14,12 +24,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **vpn**: local config_file for self-hosted/personal VPN testing - **vpn**: split-tunnel torrent traffic through managed WireGuard +### Documentation + +- **docker**: refresh Docker Hub README + sync description in CI + ### Fixed - **security**: CORS allowlist, URL scheme guard, state perms, ZIP slip, mirror docs - **security**: UPnP opt-in, bounded SSE reader, signed self-update - **security**: harden HLS session IDs, /health disclosure, archive password handling - **upgrade**: fetch releases from TorrentClaw app, not GitHub + +### Other + +- **release**: 0.9.0 ## [0.8.1] - 2026-05-08 @@ -392,6 +410,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Build - add -s -w -trimpath to Makefile, add build-small target with UPX +[0.9.1]: https://github.com/torrentclaw/unarr/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/torrentclaw/unarr/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/torrentclaw/unarr/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/torrentclaw/unarr/compare/v0.7.0...v0.8.0 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 9753ec4..e639749 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version is the CLI version. Overridden by goreleaser ldflags at release time. -var Version = "0.9.0" +var Version = "0.9.1"