Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Jun 4, 2024
1 parent 8d1f455 commit 9a79820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Test events have mandatory parameters that are verified when storing an event. T

## Release notes

### 5.3.0
### 5.4.0
* Using separate executor instead of ForkJoinPool.commonPool()

### 5.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@SuppressWarnings("unused")
@JsonIgnoreProperties(ignoreUnknown = true)
public class CassandraStorageSettings extends CoreStorageSettings {
public static final String SCHEMA_VERSION = "5.3.0";
public static final String SCHEMA_VERSION = "5.4.0";
public static final int RANDOM_ACCESS_DAYS_CACHE_SIZE = 10;
/** One day in milliseconds */
public static final long RANDOM_ACCESS_DAYS_CACHE_INVALIDATE_INTERVAL = 24 * 60 * 60 * 1_000;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version=5.3.0
release_version=5.4.0
description='Cradle API'
vcs_url=https://github.com/th2-net/cradleapi

0 comments on commit 9a79820

Please sign in to comment.