Skip to content

Commit 424e251

Browse files
committed
chore: update version to 6.1.1 and document changes
1 parent 60f3540 commit 424e251

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
== 6.1.1 2024-11-04
2+
3+
Fixes:
4+
* MOV files processed in iMovie should not be marked as audio with attached picture
5+
16
== 6.1.0 2024-10-24
7+
28
* Added new `default?` and `attached_pic?` helper methods to FFMPEG::Stream objects
39
* Added new `audio_with_attached_pic?` helper method to FFMPEG::Media objects
410

5-
== 6.0.2 2024-06-19
11+
== 6.0.3 2024-06-19
612

713
Fixes:
814
* Fixed a possible race condition that would cause the transcoder to time out even if the transcoder was still running

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 = '6.1.0'
4+
VERSION = '6.1.1'
55
end

0 commit comments

Comments
 (0)