Skip to content

Commit 926cc10

Browse files
committed
version 0.17.2
1 parent 9a395c8 commit 926cc10

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Faraday Changelog
22

3+
## v0.17.2
4+
5+
Fixes:
6+
7+
* Reverts changes in error classes hierarchy. #1092 (@iMacTia)
8+
* Fix Ruby 1.9 syntax errors and improve Error class testing #1094 (@BanzaiMan,
9+
@mrexox, @technoweenie)
10+
11+
Misc:
12+
13+
* Stops using `&Proc.new` for block forwarding. #1083 (@olleolleolle)
14+
* Update CI to test against ruby 2.0-2.7 #1087, #1099 (@iMacTia, @olleolleolle,
15+
@technoweenie)
16+
317
## v0.17.1
418

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

lib/faraday.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# conn.get '/'
1515
#
1616
module Faraday
17-
VERSION = "0.17.1"
17+
VERSION = "0.17.2"
1818

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

0 commit comments

Comments
 (0)