Skip to content

Commit 976303f

Browse files
committed
Update supported operations list and version
1 parent 5eaeb52 commit 976303f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spring Social Salesforce [![Build Status](https://travis-ci.org/jottley/spring-social-salesforce.svg?branch=master)](https://travis-ci.org/jottley/spring-social-salesforce) [ ![Download](https://api.bintray.com/packages/jottley/jottley/spring-social-salesforce/images/download.svg?version=1.2.1.RELEASE) ](https://bintray.com/jottley/jottley/spring-social-salesforce/1.2.1.RELEASE/link)
1+
# Spring Social Salesforce [![Build Status](https://travis-ci.org/jottley/spring-social-salesforce.svg?branch=master)](https://travis-ci.org/jottley/spring-social-salesforce) [ ![Download](https://api.bintray.com/packages/jottley/jottley/spring-social-salesforce/images/download.svg?version=1.2.2.RELEASE) ](https://bintray.com/jottley/jottley/spring-social-salesforce/1.2.2.RELEASE/link)
22

33
Spring Social Salesforce is a Spring Social extension that provides connection support and api binding for the Salesforce
44
REST API.
@@ -26,7 +26,7 @@ To include in your maven project use the following repository and dependency
2626
<dependency>
2727
<groupId>org.springframework.social</groupId>
2828
<artifactId>spring-social-salesforce</artifactId>
29-
<version>1.2.1.RELEASE</version>
29+
<version>1.2.2.RELEASE</version>
3030
</dependency>
3131
...
3232
</dependencies>
@@ -47,6 +47,7 @@ There is a spring boot quickstart app available at https://github.com/jottley/sp
4747
- Retrieve recent changes feed
4848
- Execute a SOSL search and retrieve the results (with paging or all)
4949
- Run a SOQL query and retrieve the results (with paging or all)
50+
- query results can optionally included deleted records
5051
- Retrieve user profile
5152
- Retrieve user status
5253
- Update user status

0 commit comments

Comments
 (0)