diff --git a/docs/changelog.md b/docs/changelog.md index b4eb5e9c..c78e679f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,7 @@ ## Changelog +__3.9.1_ +Bugfix: Crashing on many relations if foreign key column is omitted in strategy. See [#83](https://github.com/alfateam/rdb/issues/83) __3.9.0__ Possible to elevate associated column on a related table to a parent table when fetching. See https://github.com/alfateam/rdb/#user-content-aggregate-results __3.8.0__ diff --git a/package.json b/package.json index f618768d..9b3ce620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdb", - "version": "3.9.0", + "version": "3.9.1", "main": "./src/index.js", "browser": "./src/client/index.mjs", "bin": {