From 52347c4adb927e8693ca484e10ddec9f39f2411d Mon Sep 17 00:00:00 2001 From: Lynn Hurley Date: Sat, 24 Oct 2015 21:07:26 -0500 Subject: [PATCH] v0.1.37.beta2 --- CHANGELOG.md | 9 ++++++++- Gemfile.lock | 2 +- lib/devise_token_auth/version.rb | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c401bec4..d7ab6c0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# 0.1.37 (beta) + +## Features + +- **Batch Requests**: Prevent batching of requests by appending `unbatch=true` param to request URL + # 0.1.36 (2015-10-13) @@ -48,4 +55,4 @@ ## Breaking Changes -- The new OmniAuth callback behavior now defaults to `sameWindow` mode, whereas the previous implementation mimicked the functionality of `newWindow`. This was changed due to limitations with the `postMessage` API support in popular browsers, as well as feedback from user-experience testing. \ No newline at end of file +- The new OmniAuth callback behavior now defaults to `sameWindow` mode, whereas the previous implementation mimicked the functionality of `newWindow`. This was changed due to limitations with the `postMessage` API support in popular browsers, as well as feedback from user-experience testing. diff --git a/Gemfile.lock b/Gemfile.lock index 6f1e400a6..e144d5044 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GIT PATH remote: . specs: - devise_token_auth (0.1.37.beta1) + devise_token_auth (0.1.37.beta2) devise (~> 3.5.2) rails (~> 4.2) diff --git a/lib/devise_token_auth/version.rb b/lib/devise_token_auth/version.rb index bcd7bd88c..e5de0c3ab 100644 --- a/lib/devise_token_auth/version.rb +++ b/lib/devise_token_auth/version.rb @@ -1,3 +1,3 @@ module DeviseTokenAuth - VERSION = "0.1.37.beta1" + VERSION = "0.1.37.beta2" end