Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jul 26, 2024
1 parent 3871d80 commit 7669909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http_proxy
version: 0.10.3
version: 0.11.0

authors:
- Theo Li <bbtfrr@gmail.com>
Expand Down

0 comments on commit 7669909

Please sign in to comment.