Skip to content

Commit

Permalink
chore: 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Jan 23, 2022
1 parent 909598f commit 9201f0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

## [HEAD][] / unreleased

* No significant changes.

## [2.5.0][] / 2022-01-23

* Add faraday 2 support.
* Extract an initial internal cURL formatter

Expand Down Expand Up @@ -86,4 +90,5 @@
[2.4.0]: https://github.com/envylabs/faraday-detailed_logger/compare/v2.3.0...v2.4.0
[2.4.1]: https://github.com/envylabs/faraday-detailed_logger/compare/v2.4.0...v2.4.1
[2.4.2]: https://github.com/envylabs/faraday-detailed_logger/compare/v2.4.1...v2.4.2
[HEAD]: https://github.com/envylabs/faraday-detailed_logger/compare/v2.4.2...main
[2.5.0]: https://github.com/envylabs/faraday-detailed_logger/compare/v2.4.2...v2.5.0
[HEAD]: https://github.com/envylabs/faraday-detailed_logger/compare/v2.5.0...main
2 changes: 1 addition & 1 deletion lib/faraday/detailed_logger/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Faraday
module DetailedLogger
VERSION = '2.4.2'
VERSION = '2.5.0'
end
end

0 comments on commit 9201f0b

Please sign in to comment.