Skip to content

Commit

Permalink
chore: update version to 7.0.0-beta.3 and document changes
Browse files Browse the repository at this point in the history
Refs: ARC-9911
  • Loading branch information
bajankristof committed Feb 10, 2025
1 parent facbb20 commit 62f280f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
== 7.0.0-beta.3 2025-02-10

Improvements:
* Added new `FFMPEG::Status` class to handle the status of ffmpeg and ffprobe processes.

Breaking Changes:
* Removed the borderline useless thumbnail preset.

== 7.0.0-beta.2 2025-01-29

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/ffmpeg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FFMPEG
VERSION = '7.0.0-beta.2'
VERSION = '7.0.0-beta.3'
end

0 comments on commit 62f280f

Please sign in to comment.