Skip to content

Commit 3e182d9

Browse files
committed
chore: update version to 8.1.0-beta.3 and document changes
1 parent 9098c10 commit 3e182d9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
== 8.1.0-beta.2 2025-07-17
1+
== 8.1.0-beta.3 2025-09-30
22

3-
Fixes:
3+
Improvements:
4+
* Handle bit rates reported as `0` in `FFMPEG::CommandArgs` by @elthariel.
5+
6+
== 8.1.0-beta.2 2025-09-25
7+
8+
Improvements:
49
* Added support for base URLs in HLS playlists generated via the `FFMPEG::DASH` classes.
510

611
== 8.1.0-beta.1 2025-07-17

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.1.0-beta.2'
4+
VERSION = '8.1.0-beta.3'
55
end

0 commit comments

Comments
 (0)