Skip to content

Commit

Permalink
Prepare 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed May 31, 2017
1 parent 0541333 commit 4cf29c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to `oauth2-gitlab` will be documented in this file
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
Nothing yet.

## [3.0.0] - 2017-05-31
### Changed
- **Breaking**: Upgrade Gitlab API from v3 to v4
- Test suite upgraded from PHPUnit 4 to 5/6 hybrid
Expand Down Expand Up @@ -30,7 +33,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Original fork, feature complete

[Unreleased]: https://github.com/omines/oauth2-gitlab/compare/2.0.0...master
[Unreleased]: https://github.com/omines/oauth2-gitlab/compare/3.0.0...master
[3.0.0]: https://github.com/omines/oauth2-gitlab/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/omines/oauth2-gitlab/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/omines/oauth2-gitlab/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/omines/oauth2-gitlab/compare/1.0.0-alpha.1...1.0.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

This package provides GitLab OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

GitLab 8.17 or later is required as the V4 API is being used. If compatibility with older versions
of GitLab is required use version 2 of this library.

## Installation

To install, use composer:
Expand Down

0 comments on commit 4cf29c0

Please sign in to comment.