diff --git a/CHANGELOG.md b/CHANGELOG.md index af21322..07dde78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [1.4.1] - 2025-11-27 + + - Update MacOS signing certificate + ## [1.4.0] - 2025-11-26 - Binary signing for MacOS diff --git a/Cargo.lock b/Cargo.lock index 7b3ce09..10a39b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "infuse_decoder" -version = "1.4.0" +version = "1.4.1" dependencies = [ "blocks", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 96247d3..d02909a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infuse_decoder" -version = "1.4.0" +version = "1.4.1" edition = "2024" [[bin]]