From d990aee3236c80ca78f29c11f2a3510767a4037f Mon Sep 17 00:00:00 2001 From: ProtoTess <32490978+0x524A@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:43:00 +0000 Subject: [PATCH] chore: prepare v1.1.3 release - Draft release workflow fix - RTSPeek library integration - golangci-lint v2 migration - All code quality improvements --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09bc5d..f3c7a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.3] - 2025-11-18 + +### Changed +- **Release Workflow**: Create releases as draft initially + - Fixes "Cannot upload assets to an immutable release" error + - Releases must be manually published after assets upload + - Prevents race condition where release publishes before all assets finish uploading + ## [1.1.2] - 2025-11-18 ### Changed @@ -107,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive documentation - README with usage guide -[Unreleased]: https://github.com/0x524a/onvif-go/compare/v1.1.2...HEAD +[Unreleased]: https://github.com/0x524a/onvif-go/compare/v1.1.3...HEAD +[1.1.3]: https://github.com/0x524a/onvif-go/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/0x524a/onvif-go/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/0x524a/onvif-go/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/0x524a/onvif-go/compare/v1.0.3...v1.1.0