From 52a17a6132e402d5cfec57467de3460c1e67e899 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 20 May 2025 10:20:27 -0700 Subject: [PATCH] Release v0.26.0 Signed-off-by: Bryan Frimin --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83d8c524..067c3e059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### [0.26.0] - 2025-05-20 + +### Added + +- Add docker image security scan +- Show latest risk updated date +- Log error when GraphQL resolver failed + +### Security + +- Update Golang dependencies +- Update to latest Ubuntu LTS +- Update to latest Golang version + ### [0.25.0] - 2025-05-13 ### Changed @@ -72,6 +86,7 @@ All notable changes to this project will be documented in this file. ## [0.20.1] - 2025-05-01 ### Changed + - New vendors in the built-in lists ## [0.20.0] - 2025-05-01 @@ -104,6 +119,7 @@ All notable changes to this project will be documented in this file. ## [0.19.0] - 2025-04-30 ### Changed + - New vendors in the built-in lists ### Security @@ -213,7 +229,6 @@ Fix typo `mesure` instead of `measure` - Update risk library with new risks - ### Security - Upgrade Golang dependencies