Skip to content

Commit 52d5adc

Browse files
committed
Update changelog and bump to version 2.4.5
1 parent e19e3b7 commit 52d5adc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.4.5
2+
3+
* Improvement: [#209](https://github.com/savonrb/httpi/pull/209) Drop Travis CI support for Ruby < 2.3.0 and jruby.
4+
* Feature: [#208](https://github.com/savonrb/httpi/pull/208) Add SSL min/max_version configuration for supporting adapters
5+
* Improvement: [#206](https://github.com/savonrb/httpi/pull/206) Support for net-http-persistent v3
6+
* Improvement: [#204](https://github.com/savonrb/httpi/pull/204) Avoid excon warning
7+
18
### 2.4.4
29

310
* Improvement: [#197](https://github.com/savonrb/httpi/pull/197) Add support for new write timeout option to all adapters

lib/httpi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HTTPI
2-
VERSION = '2.4.4'
2+
VERSION = '2.4.5'
33
end

0 commit comments

Comments
 (0)