Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Feb 6, 2017
1 parent 80ab20b commit 51fa147
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.1 (2017-02-06)

* [#395](https://github.com/httprb/http/issues/395)
Fix regression of API, that broke webmock integration.
([@ixti])


## 2.2.0 (2017-02-03)

* [#375](https://github.com/httprb/http/pull/375)
Expand Down
2 changes: 1 addition & 1 deletion lib/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTTP
VERSION = "2.2.0".freeze
VERSION = "2.2.1".freeze
end

0 comments on commit 51fa147

Please sign in to comment.