Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Oct 18, 2021
1 parent 240898b commit ccbbd37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 3.0.0 (2021-10-19)

* Improvement: [#225](https://github.com/savonrb/httpi/pull/225) Make rack and socksify dependencies optional.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HTTPI is available through [Rubygems](https://rubygems.org/gems/httpi) and can b

or add it to your Gemfile like this:

gem 'httpi', '~> 2.1.0'
gem 'httpi', '~> 3.0.0'

## Usage example

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.5.0'
VERSION = '3.0.0'
end

0 comments on commit ccbbd37

Please sign in to comment.