diff --git a/README.md b/README.md index 9536297a..86c889fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Report data provider (5.9.3) +# Report data provider (5.9.4) # Overview This component serves as a backend for rpt-viewer. It will connect to the cassandra database via cradle api and expose the data stored in there as REST resources. @@ -295,6 +295,10 @@ spec: # Release notes +## 5.9.4 + ++ Fix problem with incorrect events order when requesting search in previous direction + ## 5.9.3 + Enabled [Cassandra driver metrics](https://docs.datastax.com/en/developer/java-driver/4.10/manual/core/metrics/) diff --git a/gradle.properties b/gradle.properties index 667afe2f..de8c8757 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,6 +16,6 @@ kotlin.code.style=official -release_version=5.9.3 +release_version=5.9.4 docker_image_name= \ No newline at end of file