Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiano committed Nov 10, 2022
1 parent fb2c8b3 commit 54e8fd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cradle API (3.1.3)
# Cradle API (3.1.4)

## Overview

Expand Down Expand Up @@ -37,7 +37,7 @@ repositories {
To use Cradle API, add the following dependency to your project:
```
dependencies {
implementation 'com.exactpro.th2:cradle-cassandra:3.1.3'
implementation 'com.exactpro.th2:cradle-cassandra:3.1.4'
...
}
```
Expand Down Expand Up @@ -142,6 +142,10 @@ Test events have mandatory parameters that are verified when storing an event. T

## Release notes

### 3.1.4

+ Fixed poor performance bug while maintaining event batch durations

### 3.1.3 (This version requires migration from previous versions)

+ Fixed Unicode string serialization bugs
Expand Down

0 comments on commit 54e8fd7

Please sign in to comment.