From 4cdfdac73550abdef71e8320f86d04be5e6a7acb Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 21 May 2024 14:56:48 +0000 Subject: [PATCH] 0.35.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ manager/manager.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7a549..dbd283e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.35.2 (2024-05-21) + +### Fix + +* **manager:** Base image count on correct distinct of columns ([`3227143`](https://github.com/RedHatInsights/vuln4shift-backend/commit/3227143887adc2cb50f1ad3aa8f72795dce19369)) + ## v0.35.1 (2024-05-15) ### Fix diff --git a/manager/manager.go b/manager/manager.go index 89b74a1..1934b15 100644 --- a/manager/manager.go +++ b/manager/manager.go @@ -126,7 +126,7 @@ func BuildRouter() *gin.Engine { // Start // // @title Vulnerability for Openshift API documentation -// @version 0.35.1 +// @version 0.35.2 // @description Documentation to the REST API for application // @description Vulnerability for Openshift based on console.redhat.com. //