From 268a86cbe0cf35635084e33eb3f49560e1155336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sat, 23 Nov 2024 19:11:00 +0100 Subject: [PATCH] Actualiza Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f3a4f..c39cda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.6] 2024-11-23 + ### Fixed - Prevent existing edges to be added to the network in the `add_edge` method. @@ -45,6 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a Makefile target (doc) to generate the documentation. - Add a Makefile target (doc-install) to install the documentation. +### Libraries versions + +- mdlp: 2.0.1 +- Folding: 1.1.0 +- json: 3.11 +- ArffFiles: 1.1.0 + ## [1.0.5] 2024-04-20 ### Added