Skip to content

Commit 32be73a

Browse files
committed
prepare 4.1.0 release
1 parent 3d10eca commit 32be73a

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
@@ -100,7 +100,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
100100
<dependency>
101101
<groupId>com.github.scribejava</groupId>
102102
<artifactId>scribejava-apis</artifactId>
103-
<version>4.0.0</version>
103+
<version>4.1.0</version>
104104
</dependency>
105105
```
106106

@@ -109,7 +109,7 @@ And in case you need just core classes (that's it, without any external API (FB,
109109
<dependency>
110110
<groupId>com.github.scribejava</groupId>
111111
<artifactId>scribejava-core</artifactId>
112-
<version>4.0.0</version>
112+
<version>4.1.0</version>
113113
</dependency>
114114
```
115115

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[4.1.0]
22
* make client_secret optional in OAuth2 while requesting AccessToken (if set to null, it's not required by OAuth2 specs)
33
* move OAuth1 SignatureType from ServiceBuilder to API
44
* add body for PATCH HTTP method

0 commit comments

Comments
 (0)