Skip to content

Commit

Permalink
lock PubNub version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Aug 24, 2016
1 parent 3917c4c commit c9d27bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
CHANGELOG
---------
- **2016-08-24**: 1.3.1
- Updates
- Lock PubNub dependency to 3.x due to back compat issue with 4.x
- **2016-08-23**: 1.3.0
- Additions
- Add OAuth 2.0 parameter support for `authorize_(code|password|user)` methods
- Bugfixes
- Fix `Client#token` to return token used by `FaradayMiddleware::OAuth2Refresh`
- **2016-06-01**: 1.2.3
- Updates
- Update subscription for new header requirement
Expand Down
2 changes: 1 addition & 1 deletion ringcentral_sdk.gemspec
Expand Up @@ -7,7 +7,7 @@ version = $1
Gem::Specification.new do |s|
s.name = 'ringcentral_sdk'
s.version = version
s.date = '2016-08-23'
s.date = '2016-08-24'
s.summary = 'RingCentral SDK - Ruby SDK for the RingCentral Connect Platform API'
s.description = 'A Ruby SDK for the RingCentral Connect Platform API'
s.authors = ['John Wang']
Expand Down

0 comments on commit c9d27bf

Please sign in to comment.