From 477e9beaf029701c88e1d94bdd94ae779383a669 Mon Sep 17 00:00:00 2001 From: aidewoode Date: Wed, 9 Aug 2023 14:24:38 +0800 Subject: [PATCH] Bump version to 1.5.1 --- CHANGELOG.md | 6 ++++++ lib/wahwah/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b15810..4f99cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 1.5.1 + +- Enhancements + - Support for getting duration from wav file that data chunk is not included in the top riff chunk. + + ### 1.5.0 - New features diff --git a/lib/wahwah/version.rb b/lib/wahwah/version.rb index 5ce93b3..2d8bec0 100644 --- a/lib/wahwah/version.rb +++ b/lib/wahwah/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WahWah - VERSION = "1.5.0" + VERSION = "1.5.1" end