Skip to content

Commit 9d292ab

Browse files
authored
Fix version (#483)
1 parent 101f814 commit 9d292ab

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 2.0.2 under development
44

55
- Enh #482: Improve performance of `SqlParser::getNextPlaceholder()` method (@Tigrov)
6+
- Chg #483: Bump `yiisoft/db` version to `^2.0.1` (@vjik)
67

78
## 2.0.1 February 07, 2026
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"php": "8.1 - 8.5",
3535
"ext-pdo": "*",
3636
"ext-pdo_pgsql": "*",
37-
"yiisoft/db": "^2.0"
37+
"yiisoft/db": "^2.0.1"
3838
},
3939
"require-dev": {
4040
"bamarni/composer-bin-plugin": "^1.8.3",

0 commit comments

Comments
 (0)