diff --git a/CHANGELOG.md b/CHANGELOG.md index ab82560b..05a804af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ description = "Changelog" weight = 3 +++ +## 0.4.0 (2022-01-22) + +- Migrate from html2text to nanohtml2text ([#189](https://github.com/ayrat555/el_monitorro/pull/189)) + ## 0.3.0 (2022-01-10) - Change the primary key of feed_items from `(feed_id, title, link)` to `(feed_id, content_hash)` - [#183](https://github.com/ayrat555/el_monitorro/pull/183), [#184](https://github.com/ayrat555/el_monitorro/pull/184), [#185](https://github.com/ayrat555/el_monitorro/pull/185), [#186](https://github.com/ayrat555/el_monitorro/pull/186) diff --git a/Cargo.lock b/Cargo.lock index 5a1c7c3b..47199b77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" [[package]] name = "el_monitorro" -version = "0.3.0" +version = "0.4.0" dependencies = [ "atom_syndication", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f22d08d7..f1c50214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el_monitorro" -version = "0.3.0" +version = "0.4.0" authors = ["Ayrat Badykov "] edition = "2018"