diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e029856..0eb01f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.2.3 + +🌟 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.2.3🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/2.2.3) about the release. 🌟 + +### Bug Fixes + +1. Fixed debian/ubuntu system distro match - [#31](https://github.com/odroe/prisma-dart/issues/31) +2. Runtime - Fixed parse user facing error +3. CLI - Fixed check engine version binary incomplete + + ## 2.2.2 Fixed generate `schema` not working ([#29](https://github.com/odroe/prisma-dart/issues/29) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index d8ae564e..de434da2 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -1,9 +1,3 @@ ## {next} 🌟 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%20v{next}🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/{next}) about the release. 🌟 - -### Bug Fixes - -1. Fixed debian/ubuntu system distro match - [#31](https://github.com/odroe/prisma-dart/issues/31) -2. Runtime - Fixed parse user facing error -3. CLI - Fixed check engine version binary incomplete diff --git a/lib/version.dart b/lib/version.dart index 4bdd5f7a..64c78eac 100644 --- a/lib/version.dart +++ b/lib/version.dart @@ -7,4 +7,4 @@ const String binaryVersion = 'c875e43600dfe042452e0b868f7a48b817b9640b'; const String capiVersion = '0.0.1'; /// The Prisma CLI version. -const String packageVersion = '2.2.2'; +const String packageVersion = '2.2.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 2f7ceba4..a088a0ed 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.2.2 +version: 2.2.3 homepage: https://prisma.pub repository: https://github.com/odroe/prisma-dart