Skip to content

Commit 8c7b89d

Browse files
committed
Prepare v1.0.1 release
1 parent 6612c83 commit 8c7b89d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.1 (2019-05-17)
4+
5+
* Fix: Fix result set rows for DDL queries to be null, instead of empty array.
6+
(#26 by @clue)
7+
38
## 1.0.0 (2019-05-14)
49

510
* First stable release, following SemVer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ This project follows [SemVer](https://semver.org/).
392392
This will install the latest supported version:
393393

394394
```bash
395-
$ composer require clue/reactphp-sqlite:^1.0
395+
$ composer require clue/reactphp-sqlite:^1.0.1
396396
```
397397

398398
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)