|
2 | 2 |
|
3 | 3 | ## (Unreleased) |
4 | 4 |
|
| 5 | +## v0.12.1 |
| 6 | + |
| 7 | +- Fix scope splitting [104](https://github.com/ueberauth/ueberauth_google/pull/104) |
| 8 | + |
5 | 9 | ## v0.12.0 |
6 | 10 |
|
7 | | -* Add support to hl param in handle_request! [102](https://github.com/ueberauth/ueberauth_google/pull/102) |
| 11 | +- Add support to hl param in handle_request! [102](https://github.com/ueberauth/ueberauth_google/pull/102) |
8 | 12 |
|
9 | 13 | ## v0.11.0 |
10 | 14 |
|
11 | | -* Allow using a function to generate the client secret [101](https://github.com/ueberauth/ueberauth_google/pull/101) |
| 15 | +- Allow using a function to generate the client secret [101](https://github.com/ueberauth/ueberauth_google/pull/101) |
12 | 16 |
|
13 | 17 | ## v0.10.3 |
14 | 18 |
|
15 | | -* Handle `%OAuth2.Response{status_code: 503}` with no `error_description` in `get_access_token` [99](https://github.com/ueberauth/ueberauth_google/pull/99) |
| 19 | +- Handle `%OAuth2.Response{status_code: 503}` with no `error_description` in `get_access_token` [99](https://github.com/ueberauth/ueberauth_google/pull/99) |
16 | 20 |
|
17 | 21 | ## v0.10.2 |
18 | 22 |
|
19 | | -* Prefer Local Over Global Configuration [95](https://github.com/ueberauth/ueberauth_google/pull/95) |
| 23 | +- Prefer Local Over Global Configuration [95](https://github.com/ueberauth/ueberauth_google/pull/95) |
20 | 24 |
|
21 | 25 | ## v0.10.1 |
22 | 26 |
|
23 | | -* Misc doc changes [81](https://github.com/ueberauth/ueberauth_google/pull/81) |
24 | | -* Upgrade Ueberauth and Refactor CSRF State Logic [82](https://github.com/ueberauth/ueberauth_google/pull/82) |
| 27 | +- Misc doc changes [81](https://github.com/ueberauth/ueberauth_google/pull/81) |
| 28 | +- Upgrade Ueberauth and Refactor CSRF State Logic [82](https://github.com/ueberauth/ueberauth_google/pull/82) |
25 | 29 |
|
26 | 30 | ## v0.10.0 - 2020-10-20 |
27 | 31 |
|
28 | 32 | ### Enhancement |
29 | 33 |
|
30 | | -* Updated docs [#69](https://github.com/ueberauth/ueberauth_google/pull/69) [#70](https://github.com/ueberauth/ueberauth_google/pull/70) |
31 | | -* Support for birthday [#73](https://github.com/ueberauth/ueberauth_google/pull/73) |
32 | | -* Allow for userinfo endpoint to be configured [#75](https://github.com/ueberauth/ueberauth_google/pull/75) |
33 | | -* Updated plug and ueberauth packages [#76](https://github.com/ueberauth/ueberauth_google/pull/76) |
| 34 | +- Updated docs [#69](https://github.com/ueberauth/ueberauth_google/pull/69) [#70](https://github.com/ueberauth/ueberauth_google/pull/70) |
| 35 | +- Support for birthday [#73](https://github.com/ueberauth/ueberauth_google/pull/73) |
| 36 | +- Allow for userinfo endpoint to be configured [#75](https://github.com/ueberauth/ueberauth_google/pull/75) |
| 37 | +- Updated plug and ueberauth packages [#76](https://github.com/ueberauth/ueberauth_google/pull/76) |
34 | 38 |
|
35 | 39 | Thanks goes to all the contributes |
36 | 40 |
|
37 | 41 | ## v0.9.0 - 2019-08-21 |
38 | 42 |
|
39 | 43 | ### Enhancement |
40 | 44 |
|
41 | | -* Add support for optional login_hint param [#61](https://github.com/ueberauth/ueberauth_google/pull/61) |
42 | | -* Use `json_library` method from Ueberauth config [#58](https://github.com/ueberauth/ueberauth_google/pull/58) |
43 | | -* Allows specifying `{m, f, a}` tuples for things such as Client ID |
| 45 | +- Add support for optional login_hint param [#61](https://github.com/ueberauth/ueberauth_google/pull/61) |
| 46 | +- Use `json_library` method from Ueberauth config [#58](https://github.com/ueberauth/ueberauth_google/pull/58) |
| 47 | +- Allows specifying `{m, f, a}` tuples for things such as Client ID |
44 | 48 | and Client Secret [#60](https://github.com/ueberauth/ueberauth_google/pull/60) |
45 | | -* Allows the newest oauth2 package versions with potential security fixes [#68](https://github.com/ueberauth/ueberauth_google/pull/68) |
| 49 | +- Allows the newest oauth2 package versions with potential security fixes [#68](https://github.com/ueberauth/ueberauth_google/pull/68) |
46 | 50 |
|
47 | 51 | ## v0.6.0 - 2017-07-18 |
48 | 52 |
|
49 | | -* Add support for `access_type` per request using `url` parameter. |
| 53 | +- Add support for `access_type` per request using `url` parameter. |
50 | 54 |
|
51 | 55 | ## v0.5.0 - 2016-12-27 |
52 | 56 |
|
53 | | -* Add support for new params: `access_type`, `approval_prompt`, `state`. |
54 | | -* Fix Elixir warnings. |
| 57 | +- Add support for new params: `access_type`, `approval_prompt`, `state`. |
| 58 | +- Fix Elixir warnings. |
55 | 59 |
|
56 | 60 | ## v0.4.0 - 2016-09-21 |
57 | 61 |
|
58 | | -* Target Elixir 1.3 and greater. |
59 | | -* Fix OAuth bug with 0.6.0 pin. |
| 62 | +- Target Elixir 1.3 and greater. |
| 63 | +- Fix OAuth bug with 0.6.0 pin. |
60 | 64 |
|
61 | 65 | ## v0.3.0 - 2016-08-15 |
62 | 66 |
|
63 | | -* Use OpenID endpoint for profile information. |
64 | | -* Update authorize and token URLs. |
| 67 | +- Use OpenID endpoint for profile information. |
| 68 | +- Update authorize and token URLs. |
65 | 69 |
|
66 | 70 | ## v0.2.0 - 2016-12-10 |
67 | 71 |
|
68 | | -* Release 0.2.0 to follow Ueberauth. |
| 72 | +- Release 0.2.0 to follow Ueberauth. |
0 commit comments