Skip to content

Commit 279e3bb

Browse files
chore(2.x): release 2.16.0 (#245)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 23842c0 commit 279e3bb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.15.2"
2+
".": "2.16.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/cycle/database/compare/2.15.2...2.16.0) (2026-03-19)
4+
5+
6+
### Features
7+
8+
* Add charset and collation support for MySQL columns ([#246](https://github.com/cycle/database/issues/246)) ([26e33ef](https://github.com/cycle/database/commit/26e33efc15e5e8746c1e5c5d2d338a6d06929fa3))
9+
* Added $distinct parameter to SelectQuery::count ([#242](https://github.com/cycle/database/issues/242)) ([23842c0](https://github.com/cycle/database/commit/23842c068f76df42d76f5c19b56c2e3c4f7ac436))
10+
* update PHP version requirement to 8.1 ([#244](https://github.com/cycle/database/issues/244)) ([16e0874](https://github.com/cycle/database/commit/16e0874b80b1aa665ae9919e1f0e87045ce18364))
11+
12+
13+
### Styles
14+
15+
* **php-cs-fixer:** fix coding standards ([16e0874](https://github.com/cycle/database/commit/16e0874b80b1aa665ae9919e1f0e87045ce18364))
16+
317
## [2.15.2](https://github.com/cycle/database/compare/2.15.1...2.15.2) (2026-02-16)
418

519

0 commit comments

Comments
 (0)