Skip to content

Commit

Permalink
chore: update version to 6.1.1 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza committed Nov 4, 2024
1 parent 60f3540 commit 424e251
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
== 6.1.1 2024-11-04

Fixes:
* MOV files processed in iMovie should not be marked as audio with attached picture

== 6.1.0 2024-10-24

* Added new `default?` and `attached_pic?` helper methods to FFMPEG::Stream objects
* Added new `audio_with_attached_pic?` helper method to FFMPEG::Media objects

== 6.0.2 2024-06-19
== 6.0.3 2024-06-19

Fixes:
* Fixed a possible race condition that would cause the transcoder to time out even if the transcoder was still running
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 = '6.1.0'
VERSION = '6.1.1'
end

0 comments on commit 424e251

Please sign in to comment.