From 27ee9bf549e7c7c7034d3c187271824bc3f84bf1 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:17:58 +0000 Subject: [PATCH] 0.37.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ manager/manager.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 485d154..2a5c6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.37.1 (2024-11-28) + +### Bug Fixes + +- **repack**: Use correct entrypoint + ([`0b47206`](https://github.com/RedHatInsights/vuln4shift-backend/commit/0b47206eb48258ee4f6ff0ac6ddd869aa8f37b06)) + + ## v0.37.0 (2024-11-28) ### Features diff --git a/manager/manager.go b/manager/manager.go index 8fbb49c..2f7b982 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.37.0 +// @version 0.37.1 // @description Documentation to the REST API for application // @description Vulnerability for Openshift based on console.redhat.com. //