mirror of
https://github.com/livekit/livekit.git
synced 2026-07-21 00:21:11 +00:00
fix goreleaser workflow, version 1.13.1 (#4577)
This commit is contained in:
+4
-1
@@ -53,7 +53,10 @@ changelog:
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
gomod:
|
||||
proxy: true
|
||||
# proxy must be disabled: it re-fetches modules from the Go proxy in a clean
|
||||
# directory, which does not honor the replace directive in go.mod
|
||||
# (replace github.com/pion/dtls/v3 => ... pinning v3.1.2 for gst whipsink compat)
|
||||
proxy: false
|
||||
mod: mod
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.13.1] - 2026-06-08
|
||||
|
||||
### Fixed
|
||||
|
||||
- ci: disable goreleaser gomod proxy, incompatible with go.mod replace directive
|
||||
|
||||
## [1.13.0] - 2026-06-08
|
||||
|
||||
## ATTENTION: This release removes backwards compatibility for TURN authentication without TTL. Please refer to change log of [1.12.0](https://github.com/livekit/livekit/releases/tag/v1.12.0) for details on changes to TURN authentication and permissions handling. It was removed in https://github.com/livekit/livekit/pull/4539.
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@
|
||||
|
||||
package version
|
||||
|
||||
const Version = "1.13.0"
|
||||
const Version = "1.13.1"
|
||||
|
||||
Reference in New Issue
Block a user