We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89babc4 commit bd585f9Copy full SHA for bd585f9
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [7.0.8] - 2023-10-19
9
+
10
+- Tests thirdParty serialization fix
11
12
## [7.0.7] - 2023-10-19
13
14
- Fixes test that verifies tenant config persistence
build.gradle
@@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
19
// }
20
//}
21
22
-version = "7.0.7"
+version = "7.0.8"
23
24
25
repositories {
0 commit comments