We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6981399 commit 91784d8Copy full SHA for 91784d8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## (Unreleased)
4
5
+## v0.12.0
6
+
7
+* Add support to hl param in handle_request! [102](https://github.com/ueberauth/ueberauth_google/pull/102)
8
9
## v0.11.0
10
11
* Allow using a function to generate the client secret [101](https://github.com/ueberauth/ueberauth_google/pull/101)
mix.exs
@@ -2,7 +2,7 @@ defmodule UeberauthGoogle.Mixfile do
use Mix.Project
@source_url "https://github.com/ueberauth/ueberauth_google"
- @version "0.11.0"
+ @version "0.12.0"
def project do
[
0 commit comments