Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenosloan committed May 18, 2015
1 parent a68a5ea commit 005944b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 1.2.1
- use `#scrub` to (more selectively) strip invalid characters from strings before attempting to format. This allows valid japanese (and more) characters to be used. Thanks to @fukayatsu for reporting.

This checks for the presence of the `scrub` method on string, so if on ruby < 2.1 you'll need to include & require the `string-scrub` gem to handle invalid characters.
Expand Down
2 changes: 1 addition & 1 deletion lib/slack-notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Slack
class Notifier
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end

0 comments on commit 005944b

Please sign in to comment.