diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6a0e22d..4f35181a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.9.1 - TBD +## 2.9.1 - 2019-01-22 ### Added @@ -22,7 +22,9 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#168](https://github.com/zendframework/zend-http/pull/168) fixes a problem when validating the connection timeout for the `Curl` and + `Socket` client adapters; it now correctly identifies both integer and string + integer values. ## 2.9.0 - 2019-01-08