Skip to content

Commit

Permalink
add release notes for Faraday v0.17.1 (#1082)
Browse files Browse the repository at this point in the history
* add release notes for Faraday v0.17.1

* bump version to v0.17.1
  • Loading branch information
technoweenie committed Nov 27, 2019
1 parent 6fc0845 commit 9865ebb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Faraday Changelog

## 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)

Misc:

* Fix Ruby 2.7 warnings (#1009)
* Add `Faraday::Deprecate` to warn about upcoming v1.0 changes. (#1054, #1059,
#1076, #1077)
* Add release notes up to current in CHANGELOG.md (#1066)
* Port minimal rspec suite from main branch to run backported tests. (#1058)

## v0.17.0

This release is the same as v0.15.4. It was pushed to cover up releases
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
Expand Up @@ -14,7 +14,7 @@
# conn.get '/'
#
module Faraday
VERSION = "0.17.0"
VERSION = "0.17.1"

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

0 comments on commit 9865ebb

Please sign in to comment.