diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd5cfb..52e2ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) for this proj ## [2.1.1](https://github.com/crowdsecurity/cs-misp-module/releases/tag/v2.1.1) - 2024-08-23 [_Compare with previous release_](https://github.com/crowdsecurity/cs-misp-module/compare/v2.1.0...v2.1.1) +[_Release code has been merged in the **MISP/misp-modules** repository_](https://github.com/MISP/misp-modules/commit/a01aa157e514e6ee1c89e408b1802e27bd7a82c2) + ### Fixed - Check if the IP is valid before calling CrowdSec API diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 0ff8b0c..0798d10 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -324,6 +324,15 @@ git merge feat/pr--ongoing git push origin main ``` +We can also update the last release description to mention that it is synchronized with the `misp-modules` repository, +by pointing to the merge commit: + +```markdown +[_Release code has been merged in the **MISP/misp-modules** repository_](https://github.com/MISP/misp-modules/commit/) +``` + + +