Skip to content

Commit

Permalink
Merge branch 'release/2.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jun 5, 2013
2 parents 346bfda + bdfbf49 commit 338d134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [develop](https://github.com/benlangfeld/ruby_speech)
* Allow wrapping a pre-parsed XML node nested arbitrary deeply as an NLSML document

# [2.1.2](https://github.com/benlangfeld/ruby_speech/compare/v2.1.1...v2.1.2) - [2013-06-05](https://rubygems.org/gems/ruby_speech/versions/2.1.2)
* Bugfix: Allow wrapping a pre-parsed XML node nested arbitrary deeply as an NLSML document

# [2.1.1](https://github.com/benlangfeld/ruby_speech/compare/v2.1.0...v2.1.1) - [2013-05-09](https://rubygems.org/gems/ruby_speech/versions/2.1.1)
* Bugfix: Support numeric SISR literal tags
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.1.1"
VERSION = "2.1.2"
end

0 comments on commit 338d134

Please sign in to comment.