Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Dec 12, 2019
1 parent 862587e commit 36e48a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.3.1](https://github.com/auth0/jwt-auth-bundle/tree/3.3.1) (2019-12-10)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/3.3.0...3.3.1)

**Fixed**
- Configuration authorized_issuer string or array compatibility [\#89](https://github.com/auth0/jwt-auth-bundle/pull/89) ([antzo](https://github.com/antzo))

## [3.3.0](https://github.com/auth0/jwt-auth-bundle/tree/3.3.0) (2019-12-05)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/3.2.0...3.3.0)

Expand Down
2 changes: 1 addition & 1 deletion src/JWTAuthBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class JWTAuthBundle extends Bundle
{
const SDK_VERSION = "3.3.0";
const SDK_VERSION = "3.3.1";

public function __construct()
{
Expand Down

0 comments on commit 36e48a7

Please sign in to comment.