diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a9674f7..d1e595a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: correct and refactor logical tests + hash: b44d2db11fd3fd4b51786341e74f5d1dc547ae02 + body: "" + footer: + change-type: patch + author: Anton Belodedenko + nested: [] + version: 0.2.2 + title: "" + date: 2024-02-06T20:28:30.468Z - commits: - subject: refactor chain cert surfacing hash: 118c758156e3f8bd6f171bfe0057ce1f0abe5ecd diff --git a/CHANGELOG.md b/CHANGELOG.md index e241c69..3ddc571 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/). +# v0.2.2 +## (2024-02-06) + +* correct and refactor logical tests [Anton Belodedenko] + # v0.2.1 ## (2024-02-05) diff --git a/VERSION b/VERSION index 7dff5b8..f477849 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 8168eb8..7958a1b 100644 --- a/balena.yml +++ b/balena.yml @@ -38,4 +38,4 @@ data: - qemux86 - qemux86-64 - generic-aarch64 -version: 0.2.1 +version: 0.2.2