From f9f4817ee2c8e66e0e021b549361b84f825ad4f2 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 18 Jun 2018 20:40:50 +0200 Subject: [PATCH] Aded v1.9.1 to changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace9527e..4b284af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## CHANGELOG +### 1.9.1 + +**Bugs:** + +* [154: When filtering by searchTerm, sizes of every result page has an unexpected behavior](https://github.com/shlinkio/shlink/issues/154) +* [157: Background commands executed by installation process do not respect the used php binary](https://github.com/shlinkio/shlink/issues/157) + +**Enhancements:** + +* [155: Improve the pagination object returned in lists, including more meaningful properties](https://github.com/shlinkio/shlink/issues/155) + ### 1.9.0 **Features**