From b5aa75202c6bac482c114b8026de51fb57ca20e7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 2 Aug 2024 12:57:53 +0000 Subject: [PATCH] 0.35.5 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 cd8e1da..1002af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.35.5 (2024-08-02) + +### Fix + +* **db:** Store registry_repository_version with index for searching ([`21f8b99`](https://github.com/RedHatInsights/vuln4shift-backend/commit/21f8b990511cb06dfc3fe21f3dc9e0a6d18e29f1)) + ## v0.35.4 (2024-07-31) ### Fix diff --git a/manager/manager.go b/manager/manager.go index 669ba95..067508d 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.4 +// @version 0.35.5 // @description Documentation to the REST API for application // @description Vulnerability for Openshift based on console.redhat.com. //