Skip to content

Commit f164250

Browse files
committed
chore: update version to 8.4.1 and document changes
1 parent 9d3ffed commit f164250

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 8.4.1 2026-04-01
2+
3+
Fixes:
4+
* Correctly detect the file extension for `asf_o`, `live_flv`, `mpegvideo` and `mpegtsraw` formats.
5+
16
== 8.4.0 2026-03-20
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 = '8.4.0'
4+
VERSION = '8.4.1'
55
end

0 commit comments

Comments
 (0)