Skip to content

Commit

Permalink
Merge pull request #351 from cognitedata/release-2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
dsorenes authored Nov 17, 2023
2 parents 154a133 + 1181fb3 commit 2d9f95c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SDK v2
<dependency>
<groupId>com.cognite</groupId>
<artifactId>cdf-sdk-java</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.cognite</groupId>
<artifactId>cdf-sdk-java</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.2.1</version>
<licenses>
<license>
<name>Apache 2</name>
Expand Down
6 changes: 6 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Changes are grouped as follows:
- Extraction pipelines configuration
- Data models

## [2.2.1] 2023-11-16

### Added

- When trying to retrieve rows from CDF RAW it will no longer retry the request indefinitely. Instead it will throw an Exception.

## [2.2.0] 2023-06-25

### Added
Expand Down

0 comments on commit 2d9f95c

Please sign in to comment.