Skip to content

Commit

Permalink
chore: update version to 6.1.0 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed Oct 24, 2024
1 parent a8e76bd commit 69c2054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 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

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 = '6.0.3'
VERSION = '6.1.0'
end

0 comments on commit 69c2054

Please sign in to comment.