Skip to content

Commit

Permalink
Update changelog, bump version to 16.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Jun 7, 2024
1 parent 32b5a83 commit 18fc8ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Core

### Core v16.15.0 > v16.16.0

- Add ConnectionIdleTimeout to RTMP server
- Add WithLevel() to Logger interface
- Fix datarhei/restreamer#759
- Fix various RTMP bugs
- Fix wrong log output when receiving a RTMP stream
- Fix skipping session handling if collectors are nil
- Update dependencies

### Core v16.14.0 > v16.15.0

- Add migrating to ffmpeg 6
Expand Down
2 changes: 1 addition & 1 deletion app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
// Version of the app
var Version = versionInfo{
Major: 16,
Minor: 15,
Minor: 16,
Patch: 0,
}

Expand Down

0 comments on commit 18fc8ab

Please sign in to comment.