Skip to content

Commit a05870b

Browse files
committed
prepare v7.0.0
1 parent e8f8d38 commit a05870b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
133133
<dependency>
134134
<groupId>com.github.scribejava</groupId>
135135
<artifactId>scribejava-apis</artifactId>
136-
<version>6.9.0</version>
136+
<version>7.0.0</version>
137137
</dependency>
138138
```
139139

@@ -142,7 +142,7 @@ And in case you need just core classes (that's it, without any external API (FB,
142142
<dependency>
143143
<groupId>com.github.scribejava</groupId>
144144
<artifactId>scribejava-core</artifactId>
145-
<version>6.9.0</version>
145+
<version>7.0.0</version>
146146
</dependency>
147147
```
148148

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[7.0.0]
22
* Add Polar API (https://www.polar.com/) (thanks to https://github.com/vidi42)
33
* make Response accept resources to autoclose and autoclose it (thanks to https://github.com/drei01)
44
* fix url encoding in POST payload (it's needed for 'application/x-www-form-urlencoded' Content-Type)

0 commit comments

Comments
 (0)