diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0b815..bdc4a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.10.3 + +* remove `*_timeout` ivars from `HTTP::Proxy::Client` ([#33](https://github.com/mamantoha/http_proxy/pull/33)) + + ## 0.10.2 * Support Crystal >= 1.12.0 ([#32](https://github.com/mamantoha/http_proxy/pull/32)) diff --git a/shard.yml b/shard.yml index c06bb77..bde1f25 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: http_proxy -version: 0.10.2 +version: 0.10.3 authors: - Theo Li