Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Version bump to 0.1.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Retterer committed Dec 23, 2015
1 parent e9fbf0e commit 8e09324
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Change Log

All library changes, in descending order.

Version 0.1.0.RC2
--------------------

**Released on December 23, 2015.**

- Added JSON Responses to Login, Register, Change Password Routes.
- Add ability to specify what Accept methods you want to allow via config


Version 0.1.0.RC1
--------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Change Log

All library changes, in descending order. something

Version 0.1.0.RC2
--------------------

**Released on December 23, 2015.**

- Added JSON Responses to Login, Register, Change Password Routes.
- Add ability to specify what Accept methods you want to allow via config

Version 0.1.0.RC1
--------------------

Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Upgrade Guide
This page contains specific upgrading instructions to help you migrate between
Stormpath-Laravel releases.

Version 0.1.0.RC1 -> Version 0.1.0.RC2
--------------------------------------
Republish vendor config file.
Specify what Accept header you want to respond to in config.

Version 0.1.0.alpha2 -> Version 0.1.0.RC1
-----------------------------------------
Begin installing the package as stormpath/laravel instead of stormpath/laravel-auth
Expand Down
2 changes: 1 addition & 1 deletion src/Support/StormpathLaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class StormpathLaravelServiceProvider extends ServiceProvider
{
const INTEGRATION_NAME = 'stormpath-laravel';
const INTEGRATION_VERSION = '0.1.0-RC1';
const INTEGRATION_VERSION = '0.1.0-RC2';


/**
Expand Down

0 comments on commit 8e09324

Please sign in to comment.