diff --git a/CHANGELOG.md b/CHANGELOG.md index 268db55..4b2b74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # [develop](https://github.com/benlangfeld/ruby_speech) + +# [2.3.2](https://github.com/benlangfeld/ruby_speech/compare/v2.3.1...v2.3.2) - [2014-04-21](https://rubygems.org/gems/ruby_speech/versions/2.3.2) * Bugfix: String nodes should take non-strings and cast to a string (`#to_s`) * Bugfix: Cleanly handle NLSML with no input tag * Bugfix: Drawing an NLSML doc should return something structured/parsed diff --git a/lib/ruby_speech/version.rb b/lib/ruby_speech/version.rb index 3a0c4da..c945230 100644 --- a/lib/ruby_speech/version.rb +++ b/lib/ruby_speech/version.rb @@ -1,3 +1,3 @@ module RubySpeech - VERSION = "2.3.1" + VERSION = "2.3.2" end