diff --git a/CHANGELOG.md b/CHANGELOG.md index a69c39a..52a6d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### 🐛 Bug Fixes + +- Update threatbook check_valuable +- Models no set is_valuable + +## [0.1.4] - 2024-06-03 + +### 🐛 Bug Fixes + +- Ding bot push msg timestamp error + ## [0.1.3] - 2024-06-03 ### 🚀 Features @@ -16,9 +29,14 @@ All notable changes to this project will be documented in this file. - Clean no use code +### 📚 Documentation + +- Update readme add anti + ### ⚙️ Miscellaneous Tasks - Update CHANGELOG.md add lark bot +- Update CHANGELOG.md ## [0.1.2] - 2024-06-01 diff --git a/Cargo.lock b/Cargo.lock index 54d24c4..57ad32e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4569,7 +4569,7 @@ dependencies = [ [[package]] name = "watchvuln-rs" -version = "0.1.4" +version = "0.1.5" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 09fa7d8..469df72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchvuln-rs" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html