diff --git a/CHANGELOG.md b/CHANGELOG.md index 0643929..d17c96d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +#### [v0.3.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.8...v0.3.0) - 2024-04-11 + +- Automatically include an original SQL query in application context +- Pass application context only if it's an object +- Sync the pg adapter against the latest Prisma pg adapter version +- Drop support for PostgreSQL version 13 and older + #### [v0.2.8](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.7...v0.2.8) - 2024-03-05 - Don't crash in the migration when executing it with Supabase diff --git a/package.json b/package.json index f5765e3..62f774a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bemi-db/prisma", - "version": "0.2.8", + "version": "0.3.0", "description": "Automatic data change tracking for Prisma", "main": "dist/index.js", "module": "./dist/index.mjs", @@ -9,9 +9,12 @@ "dist" ], "bin": { - "bemi": "./dist/cli.js" + "bemi": "dist/cli.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/BemiHQ/bemi-prisma.git" }, - "repository": "git://github.com/BemiHQ/bemi-prisma.git", "author": "", "license": "LGPL-3.0", "bugs": {