diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1d9f3c79e..cda39bc2d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update abatilo/actions-poetry action to v2.4.0 + hash: b2f9eb4ebfcae6f05b555761e65c4de442a9b863 + body: | + Update abatilo/actions-poetry from 2.3.0 to 2.4.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.16.5 + title: "" + date: 2023-12-29T01:10:08.268Z - commits: - subject: Update crazy-max/ghaction-import-gpg action to v6.1.0 hash: aca89e83182fbeb9d19fb48ca792c39ddb470e6c diff --git a/CHANGELOG.md b/CHANGELOG.md index f434cb41b..b992fbffc 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/). +## 5.16.5 - 2023-12-29 + +* Update abatilo/actions-poetry action to v2.4.0 [Self-hosted Renovate Bot] + ## 5.16.4 - 2023-12-26 * Update crazy-max/ghaction-import-gpg action to v6.1.0 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 4d843aecb..14c1d1bb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "5.16.4", + "version": "5.16.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "5.16.4", + "version": "5.16.5", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index a2e4daaef..30895a71e 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "5.16.4", + "version": "5.16.5", "versionist": { - "publishedAt": "2023-12-26T17:53:30.104Z" + "publishedAt": "2023-12-29T01:10:08.808Z" } }