Skip to content

Commit 23e4ed3

Browse files
committed
prepare release 5.4.0
1 parent 22bf184 commit 23e4ed3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
111111
<dependency>
112112
<groupId>com.github.scribejava</groupId>
113113
<artifactId>scribejava-apis</artifactId>
114-
<version>5.3.0</version>
114+
<version>5.4.0</version>
115115
</dependency>
116116
```
117117

@@ -120,7 +120,7 @@ And in case you need just core classes (that's it, without any external API (FB,
120120
<dependency>
121121
<groupId>com.github.scribejava</groupId>
122122
<artifactId>scribejava-core</artifactId>
123-
<version>5.3.0</version>
123+
<version>5.4.0</version>
124124
</dependency>
125125
```
126126

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[5.4.0]
22
* fix missing support for scope for refresh_token grant_type (thanks to https://github.com/tlxtellef)
33
* add email field to VKOAuth2AccessToken (thanks to https://github.com/grouzen)
44
* add new API - Automatic (https://www.automatic.com/) (thanks to https://github.com/ramsrib)

0 commit comments

Comments
 (0)