Skip to content

Commit ccbbd37

Browse files
committed
v3.0.0
1 parent 240898b commit ccbbd37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### 3.0.0 (2021-10-19)
22

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HTTPI is available through [Rubygems](https://rubygems.org/gems/httpi) and can b
1515

1616
or add it to your Gemfile like this:
1717

18-
gem 'httpi', '~> 2.1.0'
18+
gem 'httpi', '~> 3.0.0'
1919

2020
## Usage example
2121

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

0 commit comments

Comments
 (0)