Skip to content

Commit

Permalink
Prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 7, 2019
1 parent 239ebfa commit cbfdb4b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Expand Up @@ -21,19 +21,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Security


## [3.0.0] - 2019-01-07

### Changed

* Change minimum Laravel version supported to 5.6.
* Change minimum PHP version to 7.1.3, the minimum version supported by Laravel.
* Update code to use strict typing.


## [2.0.0] - 2017-04-06

### Changed

* Updated to use league/oauth2-instagram `^2.0`.
* Changed minimum PHP version required to `^5.6`.
* Update to use league/oauth2-instagram `^2.0`.
* Change minimum PHP version required to `^5.6`.


## [1.0.0] - 2015-12-27

* First release.


[Unreleased]: https://github.com/ramsey/laravel-oauth2-instagram/compare/2.0.0...HEAD
[Unreleased]: https://github.com/ramsey/laravel-oauth2-instagram/compare/3.0.0...HEAD
[3.0.0]: https://github.com/ramsey/laravel-oauth2-instagram/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/ramsey/laravel-oauth2-instagram/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/ramsey/laravel-oauth2-instagram/commits/1.0.0

0 comments on commit cbfdb4b

Please sign in to comment.