diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d32b98..6ef59bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## new version +## 0.1.11 + +* filter boundaries should be inclusive #276 +* keep track of strategy index #275 + ## 0.1.10 * no signatures for NULL values #259 diff --git a/pyproject.toml b/pyproject.toml index adc3987..2c555a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blocklib" -version = "0.1.10" +version = "0.1.11" description = "A library for blocking in record linkage" license = "Apache-2.0" readme = "README.md"