diff --git a/CHANGELOG.md b/CHANGELOG.md index 83333ef..fb8ee0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,21 @@ Changelog ============= -Version 2.1.x +Version 2.2.x ------------- -### Version 2.1.x -Requires carl-storm version >= 14.25 +### Version 2.2.0 (2023/06) +Requires carl-storm version >= 14.23 +- Upgraded repo / version for carl, requires [carl-storm](https://github.com/moves-rwth/carl-storm) from now on +- Developer: added Dockerfile - Developer: improved build process - Developer: updated pybind11 to version 2.10.0 + +Version 2.1.x +------------- + ### Version 2.1.0 (2022/07) Requires carl with branch `master14` diff --git a/lib/pycarl/_version.py b/lib/pycarl/_version.py index 9aa3f90..8a124bf 100644 --- a/lib/pycarl/_version.py +++ b/lib/pycarl/_version.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.2.0"