Skip to content

Commit

Permalink
Merge pull request #1103 from lostisland/reship-0.17.2
Browse files Browse the repository at this point in the history
version 0.17.2
  • Loading branch information
technoweenie committed Dec 31, 2019
2 parents efead03 + 098bdbe commit ebab004
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
@@ -1,13 +1,29 @@
# Faraday Changelog

## v0.17.2

Fixes:

* Reverts changes in error classes hierarchy. #1092 (@iMacTia)
* Fix Ruby 1.9 syntax errors and improve Error class testing #1094 (@BanzaiMan,
@mrexox, @technoweenie)

Misc:

* Stops using `&Proc.new` for block forwarding. #1083 (@olleolleolle)
* Update CI to test against ruby 2.0-2.7 #1087, #1099 (@iMacTia, @olleolleolle,
@technoweenie)
* require FARADAY_DEPRECATE=warn to show Faraday v1.0 deprecation warnings
#1098 (@technoweenie)

## v0.17.1

Final release before Faraday v1.0, with important fixes for Ruby 2.7.

Fixes:

* RaiseError response middleware raises exception if HTTP client returns a nil
status. (#1042)
status. #1042 (@jonnyom, @BobbyMcWho)

Misc:

Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
Expand Up @@ -14,7 +14,7 @@
# conn.get '/'
#
module Faraday
VERSION = "0.17.1"
VERSION = "0.17.2"

class << self
# Public: Gets or sets the root path that Faraday is being loaded from.
Expand Down

0 comments on commit ebab004

Please sign in to comment.