CHANGELOG.md in artemis-0.6.0 vs CHANGELOG.md in artemis-0.7.0
- old
+ new
@@ -1,18 +1,31 @@
-## v0.6.0
-_<sup>(unreleased)</sup>_
+## v0.7.0
+_<sup>unreleased</sup>_
+
#### Features
- * Add support for Ruby 3.0 and Rails 6.0, 6.1
- * Add the multi domain adapter (744b8ea3)
+- Add support for Ruby 3.1 and Rails 7.0
+- Add support for [the Multiplex query](https://graphql-ruby.org/queries/multiplex.html)
+- Do not allow the usage of the `multi_domain` adapter to be nested ([<tt>9b7b520</tt>](https://github.com/yuki24/artemis/commit/9b7b5202c9fbe424d4ca22f05dc9c9759b5202c3))
+- Do not require fragment files to end with `_fragment.graphql` ([<tt>3c6c0fa</tt>](https://github.com/yuki24/artemis/commit/3c6c0fa))
+- Allow for overriding the namespace used for resolving graphql file paths ([<tt>bd18762</tt>](https://github.com/yuki24/artemis/commit/bd18762))
+## [v0.6.0](https://github.com/yuki24/artemis/tree/v0.6.0)
+
+_<sup>released at 2021-09-03 04:17:55 UTC</sup>_
+
+#### Features
+
+- Add support for Ruby 3.0 and Rails 6.0, 6.1
+- Add the multi domain adapter ([<tt>744b8ea</tt>](https://github.com/yuki24/artemis/commit/744b8ea35795b4e6cc4fdc1ebb63dd9a4e9819f0))
+
#### Fixes
- * ~~Generate fixture YAML files on `rails g artemis:query queryName` (#78)~~ Removed due to a bug for now.
- * Address warnings from Ruby 2.7 (408adcb3)
- * Avoid crashing when config/graphql.yml does not exist (@dlackty, #76)
+- ~~Generate fixture YAML files on `rails g artemis:query queryName` ([#78](https://github.com/yuki24/artemis/pull/78))~~ Removed due to a bug for now.
+- Address warnings from Ruby 2.7 ([<tt>408adcb</tt>](https://github.com/yuki24/artemis/commit/408adcb3f39912f7afb7b3690a52f1d593662b7b))
+- Avoid crashing when config/graphql.yml does not exist ([@dlackty](https://github.com/dlackty), [#76](https://github.com/yuki24/artemis/pull/76))
## [v0.5.2](https://github.com/yuki24/artemis/tree/v0.5.2)
_<sup>released at 2019-07-26 03:21:43 UTC</sup>_