From 88c43d1dd0b48c6a84b70ce7902594a7ac793b09 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Fri, 23 Feb 2018 22:43:26 -0300 Subject: [PATCH] Bump to 2.4.0 --- CHANGELOG.md | 2 ++ lib/ruby_speech/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62857af..6ccc626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # [develop](https://github.com/benlangfeld/ruby_speech) + +# [2.4.0](https://github.com/benlangfeld/ruby_speech/compare/v2.3.2...v2.4.0) - [2018-02-23](https://rubygems.org/gems/ruby_speech/versions/2.4.0) * Feature: Permit percentage rate values for prosody tags * Bugfix: Rulerefs referenced n-levels deep under Rulerefs should be expanded. * Bugfix: Optimize performance of built-in number DTMF grammar diff --git a/lib/ruby_speech/version.rb b/lib/ruby_speech/version.rb index c945230..0f4fd02 100644 --- a/lib/ruby_speech/version.rb +++ b/lib/ruby_speech/version.rb @@ -1,3 +1,3 @@ module RubySpeech - VERSION = "2.3.2" + VERSION = "2.4.0" end