diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 5b009ae8..6bb50d96 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.0" + ".": "2.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a201f7d..7c0fd915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,5 @@ # Changelog -## [2.10.0](https://github.com/cycle/database/compare/2.9.0...2.10.0) (2024-04-01) - -### Features -- Added support JSON columns in orderBy statement by @msmakouz (#184) -- Added mediumText column type by @msmakouz (#178) - -### Bug Fixes -- Fixed caching of SQL insert query with Fragment values by @msmakouz (#177) -- Fixed detection of enum values in PostgreSQL when a enum field has only one value by @msmakouz (#181) - ## [2.9.0](https://github.com/cycle/database/compare/2.8.1...2.9.0) (2024-03-27) ### Features