CHANGELOG.md in nulogy_graphql_api-0.6.0 vs CHANGELOG.md in nulogy_graphql_api-1.0.0
- old
+ new
@@ -1,11 +1,22 @@
# Change log
## master (unreleased)
+## 1.0.0 (2021-05-17)
+
**Changes**
+* **(Breaking)** Change argument to `SchemaGenerator`
+
+The `SchemaGenerator` now takes the path to the `schema.graphql` and the schema class as required arguments.
+See [the update in the README](README.md#Schema-Generation).
+
+## 0.6.0 (2021-02-24)
+
+**Changes**
+
* **(Potentially Breaking)** Bump graphql gem version to 1.12.5
## 0.5.3 (2020-08-11)
* Add `BaseMutation`.
@@ -16,10 +27,10 @@
## 0.5.0 (2020-08-05)
**Changes**
-* **(Breaking)** Add `context` to the Rake task that generates the schema file.
+* **(Breaking)** Add `context` to the Rake task that generates the schema file.
This changes the way the schema is parsed. Please refer to the README file to see an example of how to use `context`.
## 0.4.0 (2020-07-06)
**Changes**