diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6d9ef2..3826e8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.10.0 +* Improve WAV parser by focusing on performance rather than on attempting a best-effort when extracting metadata from files that do not strictly follow the format spec. + ## 2.9.0 * Improve WAV parser by performing a best-effort when extracting metadata from files that do not strictly follow the format spec. diff --git a/lib/format_parser/version.rb b/lib/format_parser/version.rb index f65176ac..68a98111 100644 --- a/lib/format_parser/version.rb +++ b/lib/format_parser/version.rb @@ -1,3 +1,3 @@ module FormatParser - VERSION = '2.9.0' + VERSION = '2.10.0' end