Skip to content

Commit

Permalink
Release v0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Aug 19, 2015
1 parent 225603b commit 2df49a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.14 (2015-08-19)

* Backport request URI normalization fixes from master. (@ixti)


## 0.8.13 (2015-08-14)

* Backport params special-chars escaping fix from `v0.9.1`. (@ixti)
Expand Down
2 changes: 1 addition & 1 deletion lib/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTP
VERSION = "0.8.13".freeze
VERSION = "0.8.14".freeze
end

0 comments on commit 2df49a3

Please sign in to comment.