Skip to content
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.10.0"
".": "2.9.0"
}
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down