diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f7122..06d6df2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f2454ae..5602782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.2](https://github.com/canonical/hook-service-operator/compare/v1.0.1...v1.0.2) (2025-10-16) + + +### Bug Fixes + +* check service status before setting status ([dfd3edc](https://github.com/canonical/hook-service-operator/commit/dfd3edc82d784fd4eef22aa5e2b1a56f9a90be97)) +* check service status before setting status ([d26a713](https://github.com/canonical/hook-service-operator/commit/d26a7139fb0066c43a5683b0100415d37b22db2f)) +* do not set status in event handler ([01f064e](https://github.com/canonical/hook-service-operator/commit/01f064e62e7b864bd58f33f09607189a4de2f836)) +* don't restart service if config didn't change ([f58c8c4](https://github.com/canonical/hook-service-operator/commit/f58c8c4991137d384b0dc495cca19f28c4f18719)) +* update charm dependent libs ([f9ba99b](https://github.com/canonical/hook-service-operator/commit/f9ba99bd72571972ac924543dc0e09b406bf9764)) +* update charm dependent libs ([cd45630](https://github.com/canonical/hook-service-operator/commit/cd45630d3d746b9f5b858afef51ae7a5eb40cb7c)) + ## [1.0.1](https://github.com/canonical/hook-service-operator/compare/v1.0.0...v1.0.1) (2025-06-30)