diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9487e..afb8374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +#### [v0.8.1](https://github.com/BemiHQ/bemi-prisma/compare/v0.8.0...v0.8.1) - 2024-11-13 + +- Fix using Prisma client database URL specified in `datasources.db` [#5](https://github.com/BemiHQ/bemi-prisma/pull/5) + +#### [v0.8.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.7.0...v0.8.0) - 2024-11-08 + +- Allow using Prisma client database URL specified in `datasources.db` [#4](https://github.com/BemiHQ/bemi-prisma/pull/5) + #### [v0.7.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.6.0...v0.7.0) - 2024-10-24 - Enable passing application context in non-public schemas. diff --git a/package.json b/package.json index 903c65d..52c666f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bemi-db/prisma", - "version": "0.7.0", + "version": "0.8.1", "description": "Automatic data change tracking for Prisma", "main": "dist/index.js", "module": "./dist/index.mjs",