Skip to content

Commit 17e5dcc

Browse files
committed
Bump version to 0.15 and update changelog
1 parent e42f874 commit 17e5dcc

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+
0.15.0 / 2015-11-02
2+
==================
3+
4+
* Added `Pusher.authenticate` method for authenticating private and presence channels.
5+
This is prefered over the older `Pusher['a_channel'].authenticate(...)` style.
6+
17
0.14.6 / 2015-09-29
28
==================
39
* Updated to use the `pusher-signature` gem instead of `signature`.

pusher.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "pusher"
6-
s.version = "0.14.6"
6+
s.version = "0.15.0"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Pusher"]
99
s.email = ["support@pusher.com"]

0 commit comments

Comments
 (0)