From 9e543a7012be5f4a1de7ed546df2a1979fcc27fa Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 24 Oct 2024 14:40:51 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.5=20=E2=86=92=202.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9632b42..f6d16e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.6 (2024-10-24) + +### Fix + +- update trivy scan action with fallback db (rate-limiting) + ## 2.0.5 (2024-08-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 20011a9..6faa890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.5" +version = "2.0.6" version_files = [ "pyproject.toml:version", ]