diff --git a/CHANGELOG.md b/CHANGELOG.md index 658365145..6ddc3e67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.11.6](https://github.com/ConduitPlatform/Conduit/compare/v0.11.5...v0.11.6) (2022-07-15) + + +### Bug Fixes + +* **database:** createWithPopulations looking for wrong properties ([9d83b99](https://github.com/ConduitPlatform/Conduit/commit/9d83b99c2387e4d01a54f6155b198203e8de0aa0)) +* **database:** wrong import ([e5ddd12](https://github.com/ConduitPlatform/Conduit/commit/e5ddd12f1b7933db734276a74a73d3073d234f85)) + ### [0.11.5](https://github.com/ConduitPlatform/Conduit/compare/v0.11.4...v0.11.5) (2022-03-30) diff --git a/package.json b/package.json index afb43c183..eee6477be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conduit", - "version": "0.11.5", + "version": "0.11.6", "description": "", "main": "index.js", "private": true,