Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
 ## Changelog

 ### Fixed
- Flush between each frame when copying data on the WHIP relay (#157)
- Fix CanAccept logic (#159)
- Avoid panic when querying the stats monitor before service start (#161)
- Allow reconnections when the output fails (#164)
- Do not an error if ingress update failed because the ingress is not found (#163)
- Make sure that we resize layers to even dimensions (#172)
  • Loading branch information
biglittlebigben committed Nov 29, 2023
1 parent 150199a commit 691bcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package version

const Version = "1.2.0"
const Version = "1.2.1"

0 comments on commit 691bcc7

Please sign in to comment.