Skip to content

Commit ffe66b9

Browse files
committed
prepare changelog and readme for the new release
1 parent bc34028 commit ffe66b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
7979
<dependency>
8080
<groupId>com.github.scribejava</groupId>
8181
<artifactId>scribejava-apis</artifactId>
82-
<version>2.2.0</version>
82+
<version>2.2.1</version>
8383
</dependency>
8484
```
8585

@@ -88,7 +88,7 @@ And in case you need just core classes (that's it, without any external API (FB,
8888
<dependency>
8989
<groupId>com.github.scribejava</groupId>
9090
<artifactId>scribejava-core</artifactId>
91-
<version>2.2.0</version>
91+
<version>2.2.1</version>
9292
</dependency>
9393
```
9494

changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[SNAPSHOT]
1+
[2.2.1]
22
* Update Facebook API v2.2 -> v2.5
3+
* Update hh.ru urls
34

45
[2.2.0]
56
* Let GoogleApi20 supports OOB

0 commit comments

Comments
 (0)