Skip to content

Commit

Permalink
Bump version to 0.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioperrella committed Dec 9, 2020
1 parent d91cd01 commit 1033391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.25.4
* MP3: Fix MP3Parser to return nil for TIFF files
* Add support to ruby 2.7

## 0.25.3
* MP3: Fix parser to not skip the first bytes if it's not an ID3 header

Expand Down
2 changes: 1 addition & 1 deletion lib/format_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FormatParser
VERSION = '0.25.3'
VERSION = '0.25.4'
end

0 comments on commit 1033391

Please sign in to comment.