diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3b654cc3a..1be9cab40 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update github/codeql-action digest to 2cb752a + hash: 179d9f2c96721c37fab5cc610723beaa31627f38 + body: | + Update github/codeql-action + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 29.0.24 + title: "" + date: 2023-10-06T11:53:45.678Z - commits: - subject: Update dependency redis to v4.6.10 hash: a93d5e1394e0b5dc962e9885a1b0bff0bd31a392 diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d4d19c3..6e6931773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 29.0.24 - 2023-10-06 + +* Update github/codeql-action digest to 2cb752a [Self-hosted Renovate Bot] + ## 29.0.23 - 2023-09-25 * Update dependency redis to v4.6.10 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 29eb72c79..68f5dba34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autumndb", - "version": "29.0.23", + "version": "29.0.24", "repository": { "type": "git", "url": "https://github.com/product-os/autumndb.git" @@ -103,6 +103,6 @@ "pre-commit": "npx lint-staged" }, "versionist": { - "publishedAt": "2023-09-25T11:50:45.533Z" + "publishedAt": "2023-10-06T11:53:46.562Z" } }