Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoriarty committed Jul 17, 2021
1 parent 3bffb23 commit 9120cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.6.0

- add connection timeout to stop tracking connection from saturating client threads.
- add cli flats for connection timeout `-t` and `--timeout`.
- change cli short flag `-t` to `-c` for `--threads`.
Expand Down
2 changes: 1 addition & 1 deletion lib/forward_proxy/version.rb
@@ -1,3 +1,3 @@
module ForwardProxy
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 9120cfa

Please sign in to comment.