Skip to content

Commit

Permalink
docs: CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrespd99 committed Jun 25, 2024
1 parent 533729d commit 378cf39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.1.0
* `apiUrl` is no longer declared in `query()` and `mutation()` methods. Instead, it is a constructor parameter. The `apiUrl` parameter is mutable and can be changed at any time.
## 2.0.0
* Renamed `SimpleGraphQl` to `SimpleGraphQL` for consistency and good dart class naming practices.
* You can now define your own `GraphQLCache` and http `Client` instances to be used by `SimpleGraphQL`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: simple_graphql
description: A simplified GraphQL controller
version: 2.0.0+1
version: 2.1.0
repository: https://github.com/andrespd99/simple_graphql/

environment:
Expand Down

0 comments on commit 378cf39

Please sign in to comment.