diff --git a/CHANGELOG b/CHANGELOG index ba9b82d..046ce83 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +== 6.0.2 2024-06-19 + +Fixes: +* Fixed a possible race condition that would cause the transcoder to time out even if the transcoder was still running + == 6.0.2 2024-06-18 Fixes: diff --git a/lib/ffmpeg/version.rb b/lib/ffmpeg/version.rb index ffb5345..1288713 100644 --- a/lib/ffmpeg/version.rb +++ b/lib/ffmpeg/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FFMPEG - VERSION = '6.0.2' + VERSION = '6.0.3' end