diff --git a/CHANGELOG.md b/CHANGELOG.md index 4297acd..6b1af82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.1.5-beta] - 2026-06-14 + + +### Added + +- **downloads**: ordered preferred_methods list honored for web tasks ## [1.1.4-beta] - 2026-06-12 @@ -12,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **agent**: el auto-update difiere hasta que no haya stream activo - **library**: detección de intro/créditos post-scan (skip segments) + +### Other + +- **release**: 1.1.4-beta ## [1.1.3-beta] - 2026-06-11 @@ -840,6 +850,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 +[1.1.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.4-beta...v1.1.5-beta [1.1.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.3-beta...v1.1.4-beta [1.1.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.2-beta...v1.1.3-beta [1.1.2-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.1-beta...v1.1.2-beta diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 40f13b1..cb60627 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 = "1.1.4-beta" +var Version = "1.1.5-beta"