Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Aug 30, 2011
1 parent 2f5b7fb commit 9942826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.1
Bugfix: SSML element's children now include any text content, and text content is copied when importing/concatenating documents

# 0.2.0
Feature: SSML elements can now be imported from a Nokogiri Node or a string
Feature: SSML elements now respond to #children with an array of SSML elements, rather than a Nokogiri NodeSet
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 = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 9942826

Please sign in to comment.