diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd3985..164de40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.10.1 + * Add `HTTP::Proxy::Client#write_timeout` ([#29](https://github.com/mamantoha/http_proxy/pull/29)) * Add specs for proxy client with auth ([#28](https://github.com/mamantoha/http_proxy/pull/28)) diff --git a/shard.yml b/shard.yml index 2aa855c..1e7e776 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: http_proxy -version: 0.10.0 +version: 0.10.1 authors: - Theo Li