Skip to content

Commit 9bec394

Browse files
committed
docs: update changelog, composer.json and readme
1 parent 49a7adc commit 9bec394

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.4
6+
- Add Pinterest provider to socialite support
7+
58
# Version 1.0.3
69
- Add Dribbble 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.3",
3+
"version": "1.0.4",
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
@@ -25,6 +25,7 @@ Included service implementations:
2525
- Bitbucket
2626
- Twitter
2727
- Dribbble
28+
- Pinterest
2829
- more to come!
2930

3031
## Installation

0 commit comments

Comments
 (0)