CHANGELOG.md in semlogr-faraday-0.1.0 vs CHANGELOG.md in semlogr-faraday-0.1.1
- old
+ new
@@ -1,14 +1,9 @@
# Changelog
-### 0.1.2
-
-- Change request logger to log only path without query string
-
### 0.1.1
-- Add support for filtering requests by path for the request logger
-- Add log correlator middleware which provides the ability to propogate a correlation id from a request header to the Semlogr ambient log context
+- Fix middleware implementation to use Faraday base
### 0.1.0
- Initial release