Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Mar 11, 2019
1 parent c7e5de7 commit f6417e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.1.0 (2019-03-11)

* [#533](https://github.com/httprb/http/pull/533)
Add URI normalizer feature that allows to swap default URI normalizer.
([@mamoonraja])


## 4.0.5 (2019-02-15)

* Backport [#532](https://github.com/httprb/http/pull/532) from master.
Expand Down Expand Up @@ -758,3 +765,4 @@ end
[@tycoon]: https://github.com/tycooon
[@paul]: https://github.com/paul
[@RickCSong]: https://github.com/RickCSong
[@mamoonraja]: https://github.com/mamoonraja
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 = "4.0.5"
VERSION = "4.1.0"
end

0 comments on commit f6417e6

Please sign in to comment.