diff --git a/CHANGELOG.md b/CHANGELOG.md index 787c3d1b..0e389bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 2.2.0+1 +- Add "Articles and videos" category on README + ## 2.2.0 - Share fragments between queries and schemas (see `fragments_glob`) [#65](https://github.com/comigor/artemis/pull/65) diff --git a/README.md b/README.md index f178e72a..b037ca71 100644 --- a/README.md +++ b/README.md @@ -147,9 +147,10 @@ Each `ScalarMap` is configured this way: See [examples](./example) for more information and configuration options. -## Articles and videos +## **Articles and videos** 1. [Ultimate toolchain to work with GraphQL in Flutter](https://medium.com/@v.ditsyak/ultimate-toolchain-to-work-with-graphql-in-flutter-13aef79c6484) +2. [Awesome GraphQL](https://github.com/chentsulin/awesome-graphql) ## **ArtemisClient** If you have `generate_helpers`, Artemis will create a subclass of `GraphQLQuery` for you, this class can be used diff --git a/pubspec.yaml b/pubspec.yaml index b5022a1c..1897d9d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: artemis -version: 2.2.0 +version: 2.2.0+1 authors: - Igor Borges