diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eabf3e5..7d3e0248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ # Unreleased +No current changes + +# v4.10.0 + +- New configure and commit events - Support interface **kwargs in CLI - Adds `get.cached_or_fail` - Move `_machinable/project` to `interface/project` diff --git a/pyproject.toml b/pyproject.toml index ffa6e29e..61462777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "machinable" -version = "4.9.2" +version = "4.10.0" description = "A modular configuration system for research projects" license = "MIT" authors = [