diff --git a/CHANGELOG.md b/CHANGELOG.md index 710f8569..ee7190af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ ### Added ### Changed -- Meta to Json serializer now serializes a single item with index as an array. It is important for plotly integration. -- Meta to Json serializes Meta without children a value as literal or array instead of an object with `@value` field. ### Deprecated @@ -16,6 +14,12 @@ ### Security +## 0.6.2 - 2023-07-29 + +### Changed +- Meta to Json serializer now serializes a single item with index as an array. It is important for plotly integration. +- Meta to Json serializes Meta without children a value as literal or array instead of an object with `@value` field. + ## 0.6.1 - 2023-03-31 ### Added diff --git a/build.gradle.kts b/build.gradle.kts index dc9880bd..bbab94eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { allprojects { group = "space.kscience" - version = "0.6.2-dev-3" + version = "0.6.2" } subprojects {