Skip to content

Commit

Permalink
Prepare v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 17, 2019
1 parent 6612c83 commit 8c7b89d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1 (2019-05-17)

* Fix: Fix result set rows for DDL queries to be null, instead of empty array.
(#26 by @clue)

## 1.0.0 (2019-05-14)

* First stable release, following SemVer
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/reactphp-sqlite:^1.0
$ composer require clue/reactphp-sqlite:^1.0.1
```

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

0 comments on commit 8c7b89d

Please sign in to comment.