Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.5.0 #230

Merged
merged 3 commits into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ body:
label: SDK Version
description: What version of our Laravel plugin are you running? (`composer show | grep auth0/login`)
options:
- 6.4.1
- 6.4.0
- 6.5
- 6.4
- Other (specify in 'additional context')
validations:
required: true
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [6.5.0](https://github.com/auth0/laravel-auth0/tree/6.5.0) (2021-10-15)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.4.1...6.5.0)

**Fixed**

- Add SDK alias methods for passwordless endpoints [\#228](https://github.com/auth0/laravel-auth0/pull/228) ([evansims](https://github.com/evansims))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be "added" then for this release to be a minor. Otherwise, if sticking to "fixed", this would be a patch release instead and the PR would need to be recreated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I shouldn't write CHANGELOGs before my morning coffee. Fixed


## [6.4.1](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-08-02)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.4.0...6.4.1)
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0/Login/LoginServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class LoginServiceProvider extends ServiceProvider
{
public const SDK_VERSION = '6.4.1';
public const SDK_VERSION = '6.5.0';

/**
* Bootstrap the application events.
Expand Down