We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240898b commit ccbbd37Copy full SHA for ccbbd37
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### Unreleased
+### 3.0.0 (2021-10-19)
2
3
* Improvement: [#225](https://github.com/savonrb/httpi/pull/225) Make rack and socksify dependencies optional.
4
README.md
@@ -15,7 +15,7 @@ HTTPI is available through [Rubygems](https://rubygems.org/gems/httpi) and can b
15
16
or add it to your Gemfile like this:
17
18
- gem 'httpi', '~> 2.1.0'
+ gem 'httpi', '~> 3.0.0'
19
20
## Usage example
21
lib/httpi/version.rb
@@ -1,3 +1,3 @@
module HTTPI
- VERSION = '2.5.0'
+ VERSION = '3.0.0'
end
0 commit comments