Skip to content

Commit

Permalink
v0.1.37.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Oct 25, 2015
1 parent ce5ed42 commit 52347c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="0.1.37"></a>
# 0.1.37 (beta)

## Features

- **Batch Requests**: Prevent batching of requests by appending `unbatch=true` param to request URL

<a name="0.1.36"></a>
# 0.1.36 (2015-10-13)

Expand Down Expand Up @@ -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.
- 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.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/devise_token_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseTokenAuth
VERSION = "0.1.37.beta1"
VERSION = "0.1.37.beta2"
end

0 comments on commit 52347c4

Please sign in to comment.