diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe77f11..0e7e06e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9383c73..5e8a556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.1](https://github.com/chemodun/X4LogWatcher/compare/v0.8.0...v0.8.1) (2025-09-18) + + +### Bug Fixes + +* **MainWindow:** replace FileSystemWatcher with ResilientFileWatcher ([ad19fc0](https://github.com/chemodun/X4LogWatcher/commit/ad19fc0f47d21c74fbee84d3e38c6694f37a48ad)) +* **ResilientFileWatcher:** add resilient file watching capabilities ([ad19fc0](https://github.com/chemodun/X4LogWatcher/commit/ad19fc0f47d21c74fbee84d3e38c6694f37a48ad)) + ## [0.8.0](https://github.com/chemodun/X4LogWatcher/compare/v0.7.1...v0.8.0) (2025-07-19)