diff --git a/CHANGELOG.md b/CHANGELOG.md index 015a916049..0bcea0c478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Change Log ========== +Version 4.9.7 +------------- + +_2024-02-12_ + +### Common + +* Support all struct types for JSON encoding (#2824 by [Arnaud Frugier][quanturium]) + Version 4.9.6 ------------- @@ -1335,6 +1344,7 @@ Initial version. [ShayOinif]: https://github.com/ShayOinif [lickel]: https://github.com/lickel [dnkoutso]: https://github.com/dnkoutso + [quanturium]: https://github.com/quanturium [mpeyper]: https://github.com/mpeyper [JGulbronson]: https://github.com/JGulbronson [JakeWharton]: https://github.com/JakeWharton diff --git a/gradle.properties b/gradle.properties index 54c795f28d..c1de63e72d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8' GROUP=com.squareup.wire -VERSION_NAME=4.9.6 +VERSION_NAME=4.9.7 # Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus. # See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802 diff --git a/wire-gradle-plugin/src/test/projects/kotlin-multiplatform/gradle.properties b/wire-gradle-plugin/src/test/projects/kotlin-multiplatform/gradle.properties index 269acbfd1f..b989c2c1e8 100644 --- a/wire-gradle-plugin/src/test/projects/kotlin-multiplatform/gradle.properties +++ b/wire-gradle-plugin/src/test/projects/kotlin-multiplatform/gradle.properties @@ -1 +1 @@ -VERSION_NAME=4.9.6 +VERSION_NAME=4.9.7