diff --git a/CHANGELOG.md b/CHANGELOG.md index 51899ce..c715889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## Unreleased +## 1.0.1 - * Fixed incorrent unix socket path length check (gh-341). - * Now net_box_uri can be accepted as table (gh-342). - * Fixed returning values from `Server:exec()` if some of them are nil (gh-350). - * Introduce `luatest.log` helper (gh-326). +- Fixed incorrect Unix domain socket path length check (gh-341). +- Now `net_box_uri` can be accepted as a table (gh-342). +- Fixed returning values from `Server:exec()` if some of them are nil (gh-350). +- Introduce `luatest.log` helper (gh-326). ## 1.0.0 diff --git a/luatest/VERSION.lua b/luatest/VERSION.lua index c46dff1..f619478 100644 --- a/luatest/VERSION.lua +++ b/luatest/VERSION.lua @@ -1 +1 @@ -return '1.0.0' +return '1.0.1'