Skip to content

Commit 7ba0395

Browse files
committed
Update composer.json, readme and chancelog files
1 parent 192b8d0 commit 7ba0395

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

changelog.md

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

33
All notable changes to `LaravelOAuth` will be documented in this file.
44

5+
# Version 1.0.6
6+
- Add Gitlab provider to socialite support
7+
58
# Version 1.0.5
69
- Add Youtube provider to socialite support
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mckenziearts/laravel-oauth",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Social OAuth authentication for Laravel 5. Drivers: Facebook, Twitter, Google, LinkedIn, Github",
55
"type": "laravel-package",
66
"license": "MIT",

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Included service implementations:
2727
- Dribbble
2828
- Pinterest
2929
- Youtube
30+
- Gitlab
3031
- more to come!
3132

3233
## Installation

0 commit comments

Comments
 (0)