README.md in pubnub-3.7.0 vs README.md in pubnub-3.7.1

- old
+ new

@@ -1,8 +1,8 @@ # Please direct all Support Questions and Concerns to Support@PubNub.com -## PubNub Gem version 3.7.0 +## PubNub Gem version 3.7.1 ##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API. ##### http://www.pubnub.com/account www.pubnub.com - PubNub Real-time Push Service in the Cloud. @@ -15,13 +15,13 @@ We've made the response format compatible across all operations. This may break existing parsing of whereNow, leave, state, and PAM responses. So if you are monitoring these operation responses, please be sure to modify your code accordingly. Examples of affected operations can be found [here](3.5_to_3.6_upgrade_notes.md). ### Upgrading from PubNub 3.3.x and Earlier -PubNub 3.7.0 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client. +PubNub 3.7.1 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client. ### Upgrading from PubNub 3.4 and higher versions -PubNub 3.7.0 is compatible with 3.4 version. +PubNub 3.7.1 is compatible with 3.4 version. ## Important Notice about Blocking vs Non-Blocking Calls #### Asynchronous vs Synchronous Requests Every operation is by default asynchronous. Asynchronous operations will not block your main thread and will be fired within a new thread.