From 9a255d5a43cdc1e58c206c07de7e9e3971570a07 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Tue, 17 Sep 2024 11:08:20 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6ca2e3bc..9d35ec903c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project generally adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.5] + +### Added + +- Added support for atomate2>=0.0.15 + +### Changed + +- The minimum supported Python version is now 3.10 in alignment with Pymatgen + +## [0.11.4] + +### Changed + +- Put a `<=` version pin on Atomate2 to resolve upstream breaking change + ## [0.11.3] ### Added