Skip to content

Commit cb39fe1

Browse files
committed
Releasing 5.4.0
1 parent eb056a0 commit cb39fe1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [5.4.0](https://github.com/auth0/laravel-auth0/tree/5.4.0) (2020-03-27)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.3.1...5.4.0)
5+
6+
**Closed issues**
7+
- Laravel 7.0 supported release. [\#171](https://github.com/auth0/laravel-auth0/issues/171)
8+
9+
**Fixed**
10+
- Fixed PHPDocs [\#170](https://github.com/auth0/laravel-auth0/pull/170) ([YAhiru](https://github.com/YAhiru))
11+
12+
**Added**
13+
- Laravel 7 support [\#167](https://github.com/auth0/laravel-auth0/pull/167) ([giannidhooge](https://github.com/giannidhooge))
14+
315
## [5.3.1](https://github.com/auth0/laravel-auth0/tree/5.3.1) (2019-11-14)
416
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.3.0...5.3.1)
517

src/Auth0/Login/LoginServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class LoginServiceProvider extends ServiceProvider
1313
{
1414

15-
const SDK_VERSION = "5.3.1";
15+
const SDK_VERSION = "5.4.0";
1616

1717
/**
1818
* Bootstrap the application events.

0 commit comments

Comments
 (0)