diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d53737..7a060d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log +## v1.7.0 + +### ✨ New features + +* Add support for `StructureData from `aiida-atomistic` [[9b29ae7](https://github.com/aiidateam/aiida-pseudo/commit/9b29ae7ca95222b46f89d5909fedeb009cb021e9)] + +### 👌 Improvements + +* Bypass the certificate check for pseudo dojo. [[ac84418](https://github.com/aiidateam/aiida-pseudo/commit/ac84418d3fe28415d0535856ecbaa551962ccf86)] + ## `1.6.0` - 2024-11-04 ### Dependencies diff --git a/src/aiida_pseudo/__init__.py b/src/aiida_pseudo/__init__.py index b68b56f..6dbc7db 100644 --- a/src/aiida_pseudo/__init__.py +++ b/src/aiida_pseudo/__init__.py @@ -1,2 +1,2 @@ """AiiDA plugin that simplifies working with pseudo potentials.""" -__version__ = '1.6.0' +__version__ = '1.7.0'