diff --git a/CHANGELOG.md b/CHANGELOG.md index df65a830..d584eac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.3.6 (2023-05-01) +### Fix +* Entity augmenter now allows for passing in spans or string ([`faf2abc`](https://github.com/KennethEnevoldsen/augmenty/commit/faf2abcfd05b3efe1a954a4d5e1b09b7c65ae50b)) + ## v1.3.5 (2023-05-01) ### Fix * Removed upper bounds on all dependencies ([`78b6a1d`](https://github.com/KennethEnevoldsen/augmenty/commit/78b6a1dd109e5946b8ba69b3e1215cc6aff328c6)) diff --git a/pyproject.toml b/pyproject.toml index 8d3f9f50..c2f49058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "augmenty" -version = "1.3.5" +version = "1.3.6" description = "An augmentation library based on SpaCy for joint augmentation of text and labels." authors = [{name = "Kenneth Enevoldsen", email = "kennethcenevoldsen@gmail.com"}] classifiers = [