Skip to content

Commit bd585f9

Browse files
authored
fix: thirdparty serialization test (#861)
* test: thirdparty json * fix: version update
1 parent 89babc4 commit bd585f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [7.0.8] - 2023-10-19
9+
10+
- Tests thirdParty serialization fix
11+
812
## [7.0.7] - 2023-10-19
913

1014
- Fixes test that verifies tenant config persistence

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
1919
// }
2020
//}
2121

22-
version = "7.0.7"
22+
version = "7.0.8"
2323

2424

2525
repositories {

0 commit comments

Comments
 (0)