diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f0c33c..b272e64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "1.1.0", "fwi": "0.2.0", - "nfdrs": "0.3.0", + "nfdrs": "0.4.0", "fetch": "0.2.0" } diff --git a/nfdrs/CHANGELOG.md b/nfdrs/CHANGELOG.md index 19d5c4e..4a50fcc 100644 --- a/nfdrs/CHANGELOG.md +++ b/nfdrs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/alpineworks/firewx/compare/nfdrs/v0.3.0...nfdrs/v0.4.0) (2026-08-03) + + +### Features + +* **nfdrs:** add Driver state persistence ([55c388c](https://github.com/alpineworks/firewx/commit/55c388cf5996e25006937f8d370329f47930f6d8)) +* **nfdrs:** add Driver state persistence ([4090360](https://github.com/alpineworks/firewx/commit/4090360cc45ba65c78e90dbf897ae86f20efb472)) + ## [0.3.0](https://github.com/alpineworks/firewx/compare/nfdrs/v0.2.0...nfdrs/v0.3.0) (2026-08-02)