Skip to content

Commit 71083a4

Browse files
committed
docs: update changelog with AWS account ID and security improvements
1 parent 7439bd2 commit 71083a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
All notable changes to this project will be documented in this file.
33
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).
44

5+
## Unreleased
6+
7+
### Added:
8+
* Added `AWSAccountID` field to `CloudDetail` struct in subscriptions model for AWS account identification
9+
* Added `govulncheck` to CI pipeline for automated vulnerability detection
10+
* New `.github/workflows/vulnerability.yml` workflow for parallel vulnerability checking
11+
* Enabled Go module caching in GitHub Actions for improved build performance
12+
13+
### Updated:
14+
* Updated Go toolchain to 1.24.4 to address stdlib vulnerabilities (GO-2025-3751, GO-2025-3750, GO-2025-3749, GO-2025-3563)
15+
16+
### Tests:
17+
* Added AWS account ID to subscription test fixtures (`TestSubscription_List`, `TestSubscription_Get`, `TestSubscription_Get_PublicEndpointAccess`)
18+
519
## 0.40.0 (31st October 2025)
620

721
### Added:

0 commit comments

Comments
 (0)