diff --git a/packages/fresh_graphql/CHANGELOG.md b/packages/fresh_graphql/CHANGELOG.md index 50ce4b4..5f3a1c5 100644 --- a/packages/fresh_graphql/CHANGELOG.md +++ b/packages/fresh_graphql/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.6.1 + +- chore: update copyright year +- chore: add funding to `pubspec.yaml` +- ci: revamp ci setup + # 0.6.0 - **BREAKING**: deps: remove `package:graphql` dependency diff --git a/packages/fresh_graphql/pubspec.yaml b/packages/fresh_graphql/pubspec.yaml index c864649..7981be9 100644 --- a/packages/fresh_graphql/pubspec.yaml +++ b/packages/fresh_graphql/pubspec.yaml @@ -5,7 +5,7 @@ issue_tracker: https://github.com/felangel/fresh/issues homepage: https://github.com/felangel/fresh funding: [https://github.com/sponsors/felangel] -version: 0.6.0 +version: 0.6.1 environment: sdk: ">=2.15.0 <4.0.0"