Skip to content

Commit

Permalink
Release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Jan 18, 2019
1 parent 5c49118 commit 70d09d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,3 +1,12 @@
## 4.0.3 (2019-01-18)

* Fix missing URL in response wrapped by auto inflate.
([@ixti])

* Provide `HTTP::Request#inspect` method for debugging purposes.
([@ixti])


## 4.0.2 (2019-01-15)

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

module HTTP
VERSION = "4.0.2"
VERSION = "4.0.3"
end

0 comments on commit 70d09d7

Please sign in to comment.