diff --git a/CHANGELOG.md b/CHANGELOG.md index 737a498..5352483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### ⚙️ Miscellaneous Tasks - [**breaking**] Update oca-rs package to 0.6.0 +- Release 0.5.0 version ## [0.4.6] - 2024-11-11 diff --git a/Cargo.lock b/Cargo.lock index 4f294e2..2ca6231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "oca" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index ac69c73..c9d0388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Marcin Olichwiruk ", "Robert Mitwicki ", "Michał Pietrus "] license = "EUPL-1.2"