Skip to content

Commit a736912

Browse files
bounced version number and added changes to changelog
1 parent f8448ee commit a736912

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,10 @@
8585
* FIX: Allow digits in url schemes
8686
* FEATURE: Specific exception for connection problems (OAuthConnectionException)
8787
* FIX: Dropbox Api and Evernote Api updated to their latests versions
88-
* FIX: Digg and Skyrock Apis
88+
* FEATURE: Digg and Skyrock Apis
89+
90+
[1.3.2]
91+
* FIX: Don't include oauth_token in 2legged calls.
92+
* FEATURE: RSA-SHA1 Signatures.
93+
* FEATURE: equals & hashcode on Token object.
94+
* FEATURE: ConstantContact Api

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.scribe</groupId>
55
<artifactId>scribe</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<name>Scribe OAuth Library</name>
99
<description>The best OAuth library out there</description>
1010
<url>http://github.com/fernandezpablo85/scribe-java</url>

0 commit comments

Comments
 (0)