From 7669909f766f6ee222bb45520a3cdcd00ad4ade1 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Fri, 26 Jul 2024 15:39:20 +0300 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 6 +++++- shard.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc4a2b..55b032d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog +## 0.11.0 + +* Make `HTTP::Proxy::Server` independent ([#35](https://github.com/mamantoha/http_proxy/pull/35)) +* Remove deprecated method `HTTP::Proxy::Client#set_proxy` ([#35](https://github.com/mamantoha/http_proxy/pull/35)) + ## 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 bde1f25..a32dc3b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: http_proxy -version: 0.10.3 +version: 0.11.0 authors: - Theo Li