diff --git a/CHANGELOG.md b/CHANGELOG.md index c09ac7e..86f8f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.6-rc.12] - 2024-10-29 + +### πŸ› Bug Fixes + +- Update summary-json output + ## [0.4.6-rc.11] - 2024-10-28 ### πŸš€ Features @@ -19,6 +25,10 @@ All notable changes to this project will be documented in this file. - Fix clippy warnings +### βš™οΈ Miscellaneous Tasks + +- Release 0.4.6-rc.11 version + ## [0.4.6-rc.10] - 2024-10-22 ### πŸ› Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 35333cd..c3f2ab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "oca" -version = "0.4.6-rc.11" +version = "0.4.6-rc.12" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 9041ee2..707c43a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca" -version = "0.4.6-rc.11" +version = "0.4.6-rc.12" edition = "2021" authors = ["Marcin Olichwiruk ", "Robert Mitwicki ", "MichaΕ‚ Pietrus "] license = "EUPL-1.2"