diff --git a/CHANGELOG.md b/CHANGELOG.md index e5034e3e..330a67f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ description = "Changelog" weight = 3 +++ +## 0.14.0 (2024-01-13) + +- Docker compose by @pxp9 in https://github.com/ayrat555/el_monitorro/pull/352 +- update rust and deps by @ayrat555 in https://github.com/ayrat555/el_monitorro/pull/353 +- fix: handle invalid publication dates by @ayrat555 in https://github.com/ayrat555/el_monitorro/pull/354 +- update frankenstein to 0.29.2 by @ayrat555 in https://github.com/ayrat555/el_monitorro/pull/355 +- Frankenstein 0.30.0 by @ayrat555 in https://github.com/ayrat555/el_monitorro/pull/356 + ## 0.12.1 (2023-09-29) - chore(cargo): bump thiserror from 1.0.35 to 1.0.36 by @dependabot in https://github.com/ayrat555/el_monitorro/pull/268 diff --git a/Cargo.toml b/Cargo.toml index 59a3b5de..0ad9e0d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el_monitorro" -version = "0.12.1" +version = "0.14.0" authors = ["Ayrat Badykov "] edition = "2021" rust-version = "1.62"