diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index fc22ce6ac..9ae8f098d 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.8.0 +## 6.8.0-wip - Add type arguments to `Map` literals used for `Record` serialization. - Added support for generating `ExampleJsonKeys`, exposing a secured way to diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index bfbe3765a..307e1f76c 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.8.0 +version: 6.8.0-wip description: >- Automatically generate code for converting to and from JSON by annotating Dart classes.