Skip to content

Commit

Permalink
Merge branch 'release-2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 27, 2016
2 parents fa33bd4 + a3a7f12 commit 737bfe0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="2.0.4"></a>
## 2.0.4 (2016-01-27)


### Bug Fixes

* removed arrow functions ([45f4740](https://github.com/adonisjs/adonis-lucid/commit/45f4740))
* **model-create:** fixed #16, where returning statement is required for postgres ([fe04529](https://github.com/adonisjs/adonis-lucid/commit/fe04529)), closes [#16](https://github.com/adonisjs/adonis-lucid/issues/16)
* **schema:** Fixed #15 issue to define multiple schema actions ([610bb33](https://github.com/adonisjs/adonis-lucid/commit/610bb33)), closes [#15](https://github.com/adonisjs/adonis-lucid/issues/15)

### Features

* **Integerated commitizen:** package.json ([8c048e8](https://github.com/adonisjs/adonis-lucid/commit/8c048e8))
* **relations:** Added support for multiple relations using lucid orm. ([91d046a](https://github.com/adonisjs/adonis-lucid/commit/91d046a))



<a name="2.0.3"></a>
## 2.0.3 (2016-01-16)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-lucid",
"version": "2.0.3",
"version": "2.0.4",
"description": "Lucid is a sql ORM for adonis framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 737bfe0

Please sign in to comment.