diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7afeb9..f34a2b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.4.1 + +### Bug Fixes + + * Fix JSON-RPC error code on error data is nullable - [#52](https://github.com/odroe/prisma-dart/issues/52) + ## 2.4.0 🌟 Help us spread the word about [Prisma ORM for Dart](https://github.com/odroe/prisma-dart) by starring the repo or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@prisma%20ORM%20for%20Dart%20release%20v2.4.0🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/2.4.0) about the release. 🌟 diff --git a/lib/version.dart b/lib/version.dart index dc6b232d..44c898b8 100644 --- a/lib/version.dart +++ b/lib/version.dart @@ -7,7 +7,7 @@ const String binaryVersion = 'c875e43600dfe042452e0b868f7a48b817b9640b'; const String capiVersion = '0.0.1'; /// The Prisma CLI version. -const String packageVersion = '2.4.0'; +const String packageVersion = '2.4.1'; /// Prisma data proxy remote client version. const String dataProxyRemoteClientVersion = '4.3.1'; diff --git a/pubspec.yaml b/pubspec.yaml index e67cbf03..f0caf0a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: orm description: ◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB. -version: 2.4.0 +version: 2.4.1 homepage: https://prisma.pub repository: https://github.com/odroe/prisma-dart funding: