diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 9e9633d3..b433e3c4 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.11.0-wip +## 6.11.0 - Support `JsonKey` annotation on constructor parameters. - Require `analyzer: '>=7.4.0 <9.0.0'` diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index b22c0c17..659350fd 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.11.0-wip +version: 6.11.0 description: >- Automatically generate code for converting to and from JSON by annotating Dart classes.