diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ccad6..302cd40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.5.6] - 2024-07-19 + +### ⚙️ Miscellaneous Tasks + +- Use proper semver + ## [0.5.5] - 2024-07-19 ### ⚙️ Miscellaneous Tasks - Set proper img link +- Release 0.5.5 version ## [0.5.4] - 2024-07-19 diff --git a/Cargo.lock b/Cargo.lock index 1473e0b..b69016e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "oca-repository" -version = "0.5.5" +version = "0.5.6" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5e3b366..3615a82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca-repository" -version = "0.5.5" +version = "0.5.6" edition = "2021" license = "EUPL-1.2" resolver = "2"