From 7e65fd49c6f67134980b59e5f31433fc98658967 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 10 Sep 2024 06:18:55 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cf514..dc118a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## 1.3.0 / 2024-09-09 + +### Added + +- New config option `checksumPrefix` to support compatible distributions like Bento. + ## 1.2.4 / 2022-11-28 - No changes.