Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit e661682

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 3f0e004 + be6ddbe commit e661682

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [Cloud of Things](https://m2m.telekom.com/our-offering/cloud-of-things/) (German Cloud der Dinge) is a platform for the Internet of Things by T-Systems International GmbH. Inside this repository you will find a Java based SDK to interface with the Cloud of Things API.
44

5-
_Current version is: 1.0.5_
5+
_Current version is: 1.1.0_
66

77
## Usage
88

@@ -11,7 +11,7 @@ Add this to your `pom.xml` to include the SDK in your Maven Repo
1111
<dependency>
1212
<groupId>com.telekom.m2m.cot</groupId>
1313
<artifactId>java-rest-client</artifactId>
14-
<version>1.0.5</version>
14+
<version>1.1.0</version>
1515
</dependency>
1616
```
1717

@@ -33,10 +33,11 @@ You can find the Java Doc of the latest release here: http://cloud-of-things.git
3333

3434
Short information about what has changed between releases.
3535

36-
### Upcoming Release 1.1.0
36+
### Release 1.1.0
3737

3838
* Includes [Pull Request #73](https://github.com/cloud-of-things/cot-java-rest-sdk/pull/73): Efficiently iterate over all objects in a collection via Java 8 Stream (accessible via `stream()`): pagination is automatically performed in the background
3939
* Resolve [issue #72](https://github.com/cloud-of-things/cot-java-rest-sdk/issues/72): Improved paging performance
40+
* Fix double slashes in url ([Pull Request #77](https://github.com/cloud-of-things/cot-java-rest-sdk/pull/77))
4041

4142
### Release 1.0.5
4243

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.telekom.m2m.cot</groupId>
66
<artifactId>java-rest-client</artifactId>
7-
<version>1.0.6-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99
<name>Cloud of Things Java REST SDK</name>
1010
<description>This is an SDK to interfere with the Cloud of Things by

0 commit comments

Comments
 (0)