## [v0.4.0](https://github.com/yuki24/artemis/tree/v0.4.0) _released at 2019-01-30 03:42:14 UTC_ #### Features - [48d052e](https://github.com/yuki24/artemis/commit/48d052e9819703f1cefa95fbdb431bd03928f4ed): Add an easy way to set up Rspec integration - [0f7cd12](https://github.com/yuki24/artemis/commit/0f7cd120594a0dd2a4af2b2e5cf990891dd8de16): Make Artemis' Railtie configurable - [6bd15e2](https://github.com/yuki24/artemis/commit/6bd15e20779e5a6f898e1aacf8237c94c8c46aba): Add the ability to use ERB in test fixtures - [#49](https://github.com/yuki24/artemis/pull/49): Expose the TestAdapter as a public API #### Bug fixes - [b7ad4a4](https://github.com/yuki24/artemis/commit/b7ad4a481a43cadd9193076c0e44938e05e6d44b): Require `graphl >= 1.8` to fix a bug in the generator - [#48](https://github.com/yuki24/artemis/pull/48): Do not transform keys of query variables ([@erikdstock](https://github.com/erikdstock)) - [#47](https://github.com/yuki24/artemis/pull/47): Fixes an issue where errors thrown from `config/graphql.yml` get swallowed ## [v0.2.0: New generators and small improvements](https://github.com/yuki24/artemis/tree/v0.2.0) _released at 2018-10-30 02:09:59 UTC_ #### Features - [#43](https://github.com/yuki24/artemis/pull/43): Keep persistent connections open for 30 minutes - [#42](https://github.com/yuki24/artemis/pull/42): Allow for setting up the test adapter without `url` - [#41](https://github.com/yuki24/artemis/pull/41): Add a mutation generator - [#40](https://github.com/yuki24/artemis/pull/40): Add a query generator - [#39](https://github.com/yuki24/artemis/pull/39): Installer now adds a new service if `config/graphql.yml` is present ## [v0.1.0: First release!](https://github.com/yuki24/artemis/tree/v0.1.0) _released at 2018-10-16 20:57:51 UTC_ First release of Artemis! 🎉