From 433c6523f254a4d09ba0ebc2b71ddc15e123e0f8 Mon Sep 17 00:00:00 2001 From: ValentinBELYN <35041719+ValentinBELYN@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:55:08 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29a5a6..51ac90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [v3.0.4](https://github.com/ValentinBELYN/icmplib/releases/tag/v3.0.4) - 2023-10-10 +- Fix licensing inconsistencies. +- Add support for the latest versions of Python. +- Remove mentions of Python 3.6. + ## [v3.0.3](https://github.com/ValentinBELYN/icmplib/releases/tag/v3.0.3) - 2022-02-06 - Add the `sock` property to the `ICMPSocket` class.