diff --git a/changelog.md b/changelog.md index c239bb8e..b39ffd9e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# Version 1.2.1 + +* FEAT #397: Fix issue with forbidden check with disabled parameters. + # Version 1.2.0 * FEAT #388: Allow `Sequence` of `Hyperparameter` to instantiate a `ConfigurationSpace`. diff --git a/pyproject.toml b/pyproject.toml index 35de7376..991a2dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ConfigSpace" -version = "1.2.0" +version = "1.2.1" description = """\ Creation and manipulation of parameter configuration spaces for \ automated algorithm configuration and hyperparameter tuning. \