CHANGELOG.md in artemis-0.5.2 vs CHANGELOG.md in artemis-0.6.0
- old
+ new
@@ -1,4 +1,27 @@
+## v0.6.0
+
+_<sup>(unreleased)</sup>_
+
+#### Features
+
+ * Add support for Ruby 3.0 and Rails 6.0, 6.1
+ * Add the multi domain adapter (744b8ea3)
+
+#### 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)
+
+## [v0.5.2](https://github.com/yuki24/artemis/tree/v0.5.2)
+
+_<sup>released at 2019-07-26 03:21:43 UTC</sup>_
+
+#### Fixes
+
+- Fixes an issue where fixtures can not be looked up properly when the client has two or more words in its name ([@JanStevens](https://github.com/JanStevens), issue: [#72](https://github.com/yuki24/artemis/issues/72), PR: [#73](https://github.com/yuki24/artemis/pull/73))
+
## [v0.5.1](https://github.com/yuki24/artemis/tree/v0.5.1)
_<sup>released at 2019-07-01 14:25:35 UTC</sup>_
#### Fixes