Skip to content

Commit

Permalink
Update changelog and bump to version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerleite committed Sep 5, 2018
1 parent 61ae7bc commit 2fbd6b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.4.4

* Improvement: [#197](https://github.com/savonrb/httpi/pull/197) Add support for new write timeout option to all adapters
* Fix: [#196](https://github.com/savonrb/httpi/pull/196) Fix httpi adapters support for read/open timeout
* Improvement: [Remove references to broken site](https://github.com/savonrb/httpi/commit/345e5e2b1a4376a7be769f67088a431895de09ad)
* Fix: [#190](https://github.com/savonrb/httpi/pull/190) Don't convert port to string on Excon adapter

### 2.4.3

* Fix: [#171](https://github.com/savonrb/httpi/pull/171) bug with rubyntlm v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion lib/httpi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTPI
VERSION = '2.4.3'
VERSION = '2.4.4'
end

0 comments on commit 2fbd6b1

Please sign in to comment.