Skip to content

Commit bfe5935

Browse files
committed
chore: update version to 7.1.1 and document changes
1 parent 1d61169 commit bfe5935

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 7.1.1 2025-05-09
2+
3+
Fixes:
4+
* Removed invalid option `-reconnect_on_timeout` from `FFMPEG::CommandArgs::NetworkStreaming`.
5+
16
== 7.1.0 2025-05-09
27

38
Improvements:

lib/ffmpeg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FFMPEG
4-
VERSION = '7.1.0'
4+
VERSION = '7.1.1'
55
end

0 commit comments

Comments
 (0)