Skip to content

Commit 4b95faa

Browse files
committed
Change gem version and add changelog entry
1 parent cae68e5 commit 4b95faa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.1 / 2017-03-15
2+
==================
3+
4+
* Added missing client batch methods to default client delegations
5+
* Document raised exception in the `authenticate` method
6+
* Fixes em-http-request from using v2.5.0 of `addressable` breaking builds.
17

28
1.3.0 / 2016-08-23
39
==================

lib/pusher/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pusher
2-
VERSION = '1.3.0'
2+
VERSION = '1.3.1'
33
end

0 commit comments

Comments
 (0)