diff --git a/CHANGELOG.md b/CHANGELOG.md index 914f6ef1..f062b66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.0 - 2024-07-04 + + +### Features + +- Added new Kazu Resource Tool UI to ease the process of updating resources and resource configuration. +- New OntologyDownloader abstraction to assist with resource updating. +- Updated resources for June 2024. + + ## 2.0.0 - 2024-06-04 diff --git a/docs/_changelog.d/+donwloader.feature.rst b/docs/_changelog.d/+donwloader.feature.rst deleted file mode 100644 index 3529be9c..00000000 --- a/docs/_changelog.d/+donwloader.feature.rst +++ /dev/null @@ -1 +0,0 @@ -New OntologyDownloader abstraction to assist with resource updating. diff --git a/docs/_changelog.d/+krt.feature.rst b/docs/_changelog.d/+krt.feature.rst deleted file mode 100644 index 111f998a..00000000 --- a/docs/_changelog.d/+krt.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added new Kazu Resource Tool UI to ease the process of updating resources and resource configuration. diff --git a/docs/_changelog.d/+ontupdate.feature.rst b/docs/_changelog.d/+ontupdate.feature.rst deleted file mode 100644 index e226b828..00000000 --- a/docs/_changelog.d/+ontupdate.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Updated resources for June 2024. diff --git a/kazu/__init__.py b/kazu/__init__.py index 8c0d5d5b..9aa3f903 100644 --- a/kazu/__init__.py +++ b/kazu/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0"