Permalink
Browse files

2.3.2

  • Loading branch information...
stevenosloan committed Jan 11, 2018
1 parent 6cd44d4 commit 2e0445087a0a9945cf8909aa5f08617d2cda865d
Showing with 6 additions and 1 deletion.
  1. +5 −0 changelog.md
  2. +1 −1 lib/slack-notifier/version.rb
@@ -1,3 +1,8 @@
# 2.3.2
- Improve compatability with CommonMark spec for markdown link formatting [@revolter #91]

Still not 100% compliant, but it is now much closer.

# 2.3.1
- use `map` to return the array of responses instead of payload in `ping` & `post` [@yhatt #88]

@@ -2,6 +2,6 @@

module Slack
class Notifier
VERSION = "2.3.1".freeze # rubocop:disable Style/RedundantFreeze
VERSION = "2.3.2".freeze # rubocop:disable Style/RedundantFreeze
end
end

0 comments on commit 2e04450

Please sign in to comment.