diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e91b63..ce34dc4 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.1] - 2024-12-10 + +### 🐛 Bug Fixes + +- Fixed an issue where counters could not be created + ## [0.4.0] - 2024-12-10 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index d6a3ee9..925342c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3072,7 +3072,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "waline-mini" -version = "0.4.0" +version = "0.4.1" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4efc89a..56724ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waline-mini" -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html