Skip to content

Commit 91784d8

Browse files
committed
Bump application version and add entry in the changelog
1 parent 6981399 commit 91784d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## (Unreleased)
44

5+
## v0.12.0
6+
7+
* Add support to hl param in handle_request! [102](https://github.com/ueberauth/ueberauth_google/pull/102)
8+
59
## v0.11.0
610

711
* Allow using a function to generate the client secret [101](https://github.com/ueberauth/ueberauth_google/pull/101)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule UeberauthGoogle.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/ueberauth/ueberauth_google"
5-
@version "0.11.0"
5+
@version "0.12.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)