diff --git a/CHANGELOG.md b/CHANGELOG.md index 2143062b..6b8a7382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Changelog All Sniffnet releases with the relative changes are documented in this file. -## [UNRELEASED] +## [1.4.2] - 2025-11-xx - Send remote notifications via webhook ([#991](https://github.com/GyulyVGC/sniffnet/pull/991) — fixes [#841](https://github.com/GyulyVGC/sniffnet/issues/841)) - Pause and resume packet captures ([#992](https://github.com/GyulyVGC/sniffnet/pull/992) — fixes [#551](https://github.com/GyulyVGC/sniffnet/issues/551)) - Added Czech translation 🇨🇿 ([#960](https://github.com/GyulyVGC/sniffnet/pull/960)) diff --git a/Cargo.lock b/Cargo.lock index fefffe2e..60f2d36e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4640,7 +4640,7 @@ dependencies = [ [[package]] name = "sniffnet" -version = "1.4.1" +version = "1.4.2" dependencies = [ "async-channel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 57e48c23..ad2bf111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sniffnet" -version = "1.4.1" +version = "1.4.2" authors = ["Giuliano Bellini "] edition = "2024" description = "Application to comfortably monitor your network traffic" diff --git a/resources/DB/GeoLite2-ASN.mmdb b/resources/DB/GeoLite2-ASN.mmdb index fefe27ff..13788374 100644 Binary files a/resources/DB/GeoLite2-ASN.mmdb and b/resources/DB/GeoLite2-ASN.mmdb differ diff --git a/resources/DB/GeoLite2-Country.mmdb b/resources/DB/GeoLite2-Country.mmdb index 1d43b53c..a113c95c 100644 Binary files a/resources/DB/GeoLite2-Country.mmdb and b/resources/DB/GeoLite2-Country.mmdb differ