Skip to content

Commit 30ee66e

Browse files
committed
Release v0.15.1
1 parent 0a7888a commit 30ee66e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.15.1 / 2015-11-03
2+
==================
3+
4+
* Fixed a bug where the `authenticate` method added in 0.15.0 wasn't exposed on the Pusher class.
5+
16
0.15.0 / 2015-11-02
27
==================
38

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.15.0"
6+
s.version = "0.15.1"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Pusher"]
99
s.email = ["support@pusher.com"]

0 commit comments

Comments
 (0)