Skip to content

Commit 2dcd45f

Browse files
committed
release version 3.0.0
1 parent 4dc9331 commit 2dcd45f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/fh1ch/passport-gitlab2/compare/v2.2.0...v3.0.0) (2017-04-02)
3+
4+
### Features
5+
6+
* **strategy:** use the `read_user` scope by default ([b381813](https://github.com/fh1ch/passport-gitlab2/commit/b3818131cc1556816eb963e6a91834a87fc09176))
7+
8+
### BREAKING CHANGES
9+
10+
* strategy: Requires at least GitLab 8.15 and enabled `read_user` scope in your GitLab application configuration.
11+
12+
113
<a name="2.2.0"></a>
214
# [2.2.0](https://github.com/fh1ch/passport-gitlab2/compare/v2.1.0...v2.2.0) (2016-05-01)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-gitlab2",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "GitLab authentication strategy for Passport.",
55
"keywords": [
66
"passport",

0 commit comments

Comments
 (0)