diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2eb1060..11deb0d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ *Aug 19, 2022* +- Fix [#102](https://github.com/kean/Pulse/issues/102) – invalid error type used in `LoggerStore/storeRequest(...)` method - Fix toolbar icons color on Ventura (macOS) ## Pulse 2.0.1 diff --git a/README.md b/README.md index bcc58708c..d941d53e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Pulse** is a powerful logging system for Apple Platforms. Native. Built with SwiftUI. -Record and inspect logs and `URLSession` network requests right from your iOS app using Pulse Console. Share and view logs in Pulse macOS app. Logs are recorded locally and never leave your device. Learn more at [**kean.blog/pulse**](https://kean.blog/pulse/home) 🔗. +Record and inspect logs and `URLSession` network requests right from your iOS app using Pulse Console. Share and view logs in Pulse macOS app. Logs are recorded locally and never leave your device. > [Get](https://github.com/kean/Get), web API client built using async/await, has first-class Pulse integration.