From 3fc35dac23a3d9bf424879abaeed98f29bb9d097 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 3 Feb 2022 10:50:54 +0100 Subject: [PATCH] CHANGELOG: add 2.2.0 section (#1394) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f00555..c9bc56f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This file is not being updated anymore. Instead, please check the [Releases](https://github.com/lostisland/faraday/releases) page. +## [2.2.0](https://github.com/lostisland/faraday/compare/v2.1.0...v2.2.0) (2022-02-03) + +* Reintroduce the possibility to register middleware with symbols, strings or procs in [#1391](https://github.com/lostisland/faraday/pull/1391) + ## [2.1.0](https://github.com/lostisland/faraday/compare/v2.0.1...v2.1.0) (2022-01-15) * Fix test adapter thread safety by @iMacTia in [#1380](https://github.com/lostisland/faraday/pull/1380)