diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e422422..50d1c85 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: "flowzone: Update runner versions" + hash: ba1222ac43ca13b720b64d18129193be8b99af5b + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Pin etcher-sdk to 9.0.8 to match resin-device-operations and fix tests + hash: 65cde1b940b7bdcc64d34534afa4d9b7b1d14303 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 7.0.2 + title: "" + date: 2024-12-17T20:16:06.532Z - commits: - subject: Remove the .hound.yml hash: 4de5b2250ab9d3e8c390428c35d95a410c35cdbe diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d749d..bbc8f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## 7.0.2 - 2024-12-17 + +* flowzone: Update runner versions [Thodoris Greasidis] +* Pin etcher-sdk to 9.0.8 to match resin-device-operations and fix tests [Thodoris Greasidis] + ## 7.0.1 - 2024-04-09 * Remove the .hound.yml [Thodoris Greasidis] diff --git a/package.json b/package.json index 5b50627..a435eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-device-init", - "version": "7.0.1", + "version": "7.0.2", "description": "Configure and initialize devices using device specs", "main": "build/init.js", "homepage": "https://github.com/balena-io/balena-device-init", @@ -56,6 +56,6 @@ "string-to-stream": "^1.1.1" }, "versionist": { - "publishedAt": "2024-04-09T14:11:44.503Z" + "publishedAt": "2024-12-17T20:16:06.603Z" } }