Skip to content

Commit 73598e5

Browse files
committed
chore: update version to 6.0.3 and document changes
1 parent 2b356fa commit 73598e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 6.0.2 2024-06-19
2+
3+
Fixes:
4+
* Fixed a possible race condition that would cause the transcoder to time out even if the transcoder was still running
5+
16
== 6.0.2 2024-06-18
27

38
Fixes:

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.0.2'
4+
VERSION = '6.0.3'
55
end

0 commit comments

Comments
 (0)