From 122097a06fe9729398f0c9141c58da25b51d76ec Mon Sep 17 00:00:00 2001 From: "J. George" Date: Sun, 21 Apr 2024 18:42:54 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb9b65f..6742d0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## v0.4.2 +* Add preliminary support multicobi by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/277 + +**Full Changelog**: https://github.com/JaGeo/LobsterPy/compare/v0.4.1...v0.4.2 + ## v0.4.1 * clean up DOSCAR.LSO.lobster handling and add cli test for POSCAR.lobster by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/257 * Fix saving of plots by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/262