diff --git a/docs/releases.md b/docs/releases.md index 75186c9d73..57fc7bfbbd 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -8,6 +8,18 @@ title: Releases This file contains changes and migration steps for GraphBack project. Please follow indidivudal releases for more information. +## 0.6.0 (7st August, 2019) + +### Graphback-cli +#### Features + +- Added support for SQLite database inside CLI +- Added new Tasks model template + +#### Fixes + +- Configuration in template works now with different databases that are supported by knex library + ## 0.5.0 (1st August, 2019) ### Graphback #### Features @@ -69,4 +81,4 @@ Added Sofa (https://github.com/Urigo/SOFA/) template that allows generating rest - Initial `schema` and `resolvers` generation ### Graphback-cli #### Features -- added `init` and `generate` command \ No newline at end of file +- added `init` and `generate` command