diff --git a/CHANGELOG.md b/CHANGELOG.md index 064ac85..ab2409a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.0.1] - 2024-09-29 + +### Changed + +- **Spectral Bot Update (GitHub & GitLab)**: Upgraded to version `2.2.0`. + - **New Feature**: The bot now supports handling GitHub `synchronize` events for pull requests, enabling scanning of code contributions during updates. + ## [4.0.0] - 2024-09-01 ### Added diff --git a/modules/lambda/source_code/github/backend.zip b/modules/lambda/source_code/github/backend.zip index 39eb2b7..328939b 100644 Binary files a/modules/lambda/source_code/github/backend.zip and b/modules/lambda/source_code/github/backend.zip differ diff --git a/modules/lambda/source_code/github/frontend.zip b/modules/lambda/source_code/github/frontend.zip index 75524bb..edf91ce 100644 Binary files a/modules/lambda/source_code/github/frontend.zip and b/modules/lambda/source_code/github/frontend.zip differ diff --git a/modules/lambda/source_code/gitlab/backend.zip b/modules/lambda/source_code/gitlab/backend.zip index d993400..1624a77 100644 Binary files a/modules/lambda/source_code/gitlab/backend.zip and b/modules/lambda/source_code/gitlab/backend.zip differ diff --git a/modules/lambda/source_code/gitlab/frontend.zip b/modules/lambda/source_code/gitlab/frontend.zip index d1eb089..b1cc97a 100644 Binary files a/modules/lambda/source_code/gitlab/frontend.zip and b/modules/lambda/source_code/gitlab/frontend.zip differ