diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 62b8839..a8ed83a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: downgrade golang:1.20.4 + hash: 185971116dd20ba540272de94c8ef70023772a50 + body: > + * build against GLIBC 2.31 to maintain compatibility with balena-proxy + running in debian:bullseye + + * build dynamic binary + footer: + change-type: patch + author: Anton Belodedenko + version: 6.1.1 + title: "" + date: 2023-07-05T23:03:11.860Z - commits: - subject: Update module golang.org/x/crypto to v0.11.0 hash: ee86a5556eb762825e3ee41b09a86af4528023ae diff --git a/CHANGELOG.md b/CHANGELOG.md index 0758f71..c12d310 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/). +## v6.1.1 - 2023-07-05 + +* Downgrade golang:1.20.4 [Anton Belodedenko] + ## v6.1.0 - 2023-07-05 * Update module golang.org/x/crypto to v0.11.0 [Self-hosted Renovate Bot]