Skip to content

Commit 35b9b6e

Browse files
committed
updated changelog
1 parent 918ee42 commit 35b9b6e

File tree

1 file changed

+37
-19
lines changed

1 file changed

+37
-19
lines changed

CHANGELOG.md

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,97 @@
11
# Change Log
22

3-
## [2.1.3](https://github.com/auth0/laravel-auth0/tree/2.1.3) (2015-07-17)
3+
## [3.0.1](https://github.com/auth0/laravel-auth0/tree/3.0.1) (2016-01-18)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/3.0.0...3.0.1)
5+
6+
**Merged pull requests:**
7+
8+
- updated auth0-php dependency [\#24](https://github.com/auth0/laravel-auth0/pull/24) ([glena](https://github.com/glena))
9+
10+
## [3.0.0](https://github.com/auth0/laravel-auth0/tree/3.0.0) (2016-01-06)
11+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.2.0...3.0.0)
12+
13+
**Closed issues:**
14+
15+
- auth0/auth0-php ~1.0 requirement doesn't support latest GuzzleHttp [\#21](https://github.com/auth0/laravel-auth0/issues/21)
16+
17+
**Merged pull requests:**
18+
19+
- updated to be compatible with laravel 5.2 [\#23](https://github.com/auth0/laravel-auth0/pull/23) ([glena](https://github.com/glena))
20+
21+
## [2.2.0](https://github.com/auth0/laravel-auth0/tree/2.2.0) (2015-11-30)
22+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.1.4...2.2.0)
23+
24+
**Merged pull requests:**
25+
26+
- updated auth0-php dependency version [\#22](https://github.com/auth0/laravel-auth0/pull/22) ([glena](https://github.com/glena))
27+
- Update login.blade.php [\#20](https://github.com/auth0/laravel-auth0/pull/20) ([Annyv2](https://github.com/Annyv2))
28+
29+
## [2.1.4](https://github.com/auth0/laravel-auth0/tree/2.1.4) (2015-10-27)
30+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.1.3...2.1.4)
31+
32+
**Merged pull requests:**
433

34+
- Middleware contract has been deprecated in 5.1 [\#19](https://github.com/auth0/laravel-auth0/pull/19) ([thijsvdanker](https://github.com/thijsvdanker))
35+
- Fixed some typo's in the comments. [\#18](https://github.com/auth0/laravel-auth0/pull/18) ([thijsvdanker](https://github.com/thijsvdanker))
36+
- Removed note about unstable dependency from README [\#17](https://github.com/auth0/laravel-auth0/pull/17) ([thijsvdanker](https://github.com/thijsvdanker))
37+
- Update composer instructions [\#16](https://github.com/auth0/laravel-auth0/pull/16) ([iWader](https://github.com/iWader))
38+
- Use a tagged release of adoy/oauth2 [\#15](https://github.com/auth0/laravel-auth0/pull/15) ([thijsvdanker](https://github.com/thijsvdanker))
39+
40+
## [2.1.3](https://github.com/auth0/laravel-auth0/tree/2.1.3) (2015-07-17)
541
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.1.2...2.1.3)
642

743
**Merged pull requests:**
844

945
- updated jwt dependency [\#14](https://github.com/auth0/laravel-auth0/pull/14) ([glena](https://github.com/glena))
1046

1147
## [2.1.2](https://github.com/auth0/laravel-auth0/tree/2.1.2) (2015-05-15)
12-
1348
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.1.1...2.1.2)
1449

1550
**Merged pull requests:**
1651

1752
- Added override of info headers [\#13](https://github.com/auth0/laravel-auth0/pull/13) ([glena](https://github.com/glena))
1853

1954
## [2.1.1](https://github.com/auth0/laravel-auth0/tree/2.1.1) (2015-05-12)
20-
2155
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.1.0...2.1.1)
2256

2357
**Closed issues:**
2458

2559
- SDK Client headers spec compliant [\#11](https://github.com/auth0/laravel-auth0/issues/11)
26-
2760
- Support for Laravel 5? [\#6](https://github.com/auth0/laravel-auth0/issues/6)
2861

2962
**Merged pull requests:**
3063

3164
- SDK Client headers spec compliant \#11 [\#12](https://github.com/auth0/laravel-auth0/pull/12) ([glena](https://github.com/glena))
3265

3366
## [2.1.0](https://github.com/auth0/laravel-auth0/tree/2.1.0) (2015-05-07)
34-
3567
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/2.0.0...2.1.0)
3668

3769
**Merged pull requests:**
3870

3971
- Upgrade to auth-php 1.0.0: Added support to API V2 [\#10](https://github.com/auth0/laravel-auth0/pull/10) ([glena](https://github.com/glena))
4072

4173
## [2.0.0](https://github.com/auth0/laravel-auth0/tree/2.0.0) (2015-04-20)
42-
4374
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/1.0.8...2.0.0)
4475

4576
**Merged pull requests:**
4677

4778
- Package V2 for Laravel5 [\#9](https://github.com/auth0/laravel-auth0/pull/9) ([glena](https://github.com/glena))
4879

49-
- Package V2 for Laravel5 [\#8](https://github.com/auth0/laravel-auth0/pull/8) ([glena](https://github.com/glena))
50-
5180
## [1.0.8](https://github.com/auth0/laravel-auth0/tree/1.0.8) (2015-04-14)
52-
5381
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/1.0.7...1.0.8)
5482

5583
## [1.0.7](https://github.com/auth0/laravel-auth0/tree/1.0.7) (2015-04-13)
56-
5784
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/1.0.6...1.0.7)
5885

5986
**Merged pull requests:**
6087

6188
- Fixed the way the access token is pased to the A0User [\#7](https://github.com/auth0/laravel-auth0/pull/7) ([glena](https://github.com/glena))
62-
6389
- Update README.md [\#5](https://github.com/auth0/laravel-auth0/pull/5) ([pose](https://github.com/pose))
6490

6591
## [1.0.6](https://github.com/auth0/laravel-auth0/tree/1.0.6) (2014-08-01)
66-
6792
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/1.0.5...1.0.6)
6893

6994
## [1.0.5](https://github.com/auth0/laravel-auth0/tree/1.0.5) (2014-08-01)
70-
7195
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/1.0.4...1.0.5)
7296

7397
**Closed issues:**
@@ -78,16 +102,10 @@
78102

79103
- Update README.md [\#3](https://github.com/auth0/laravel-auth0/pull/3) ([patekuru](https://github.com/patekuru))
80104

81-
- Update README.md [\#2](https://github.com/auth0/laravel-auth0/pull/2) ([patekuru](https://github.com/patekuru))
82-
83-
- Update README.md [\#1](https://github.com/auth0/laravel-auth0/pull/1) ([patekuru](https://github.com/patekuru))
84-
85105
## [1.0.4](https://github.com/auth0/laravel-auth0/tree/1.0.4) (2014-05-07)
86-
87106
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/1.0.3...1.0.4)
88107

89108
## [1.0.3](https://github.com/auth0/laravel-auth0/tree/1.0.3) (2014-04-21)
90109

91110

92-
93111
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)