diff --git a/CHANGELOG.md b/CHANGELOG.md index 9962ce966f..98691f6cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v2.0.2 - 2022-07-13 + +[Full changelog](https://github.com/aiidateam/aiida-core/compare/v2.0.1...v2.0.2) + +### Fixes +- REST API: treat `false` as `False` in URL parsing [[#5573]](https://github.com/aiidateam/aiida-core/pull/5573) +- REST API: add support for byte streams through a custom JSON encoder [[#5576]](https://github.com/aiidateam/aiida-core/pull/5576) + + ## v2.0.1 - 2022-04-28 [Full changelog](https://github.com/aiidateam/aiida-core/compare/v2.0.0...v2.0.1) diff --git a/aiida/__init__.py b/aiida/__init__.py index cad14c7c65..22a08ae810 100644 --- a/aiida/__init__.py +++ b/aiida/__init__.py @@ -28,7 +28,7 @@ 'For further information please visit http://www.aiida.net/. All rights reserved.' ) __license__ = 'MIT license, see LICENSE.txt file.' -__version__ = '2.0.1' +__version__ = '2.0.2' __authors__ = 'The AiiDA team.' __paper__ = ( 'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '