Skip to content

Commit

Permalink
Merge branch 'release/2.3.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Apr 21, 2014
2 parents 9044a19 + 31ee2cf commit 960b163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_speech/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubySpeech
VERSION = "2.3.1"
VERSION = "2.3.2"
end

0 comments on commit 960b163

Please sign in to comment.