diff --git a/CHANGES.rst b/CHANGES.rst index 158cfac..a63a0ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,16 @@ Changes ======= +Version 0.2.0 (2022-08-10) +-------------------------- + +- Updated Invenio vocabularies + + - Support for InvenioRDM 9.0; + - Updated ``ZippedCSVReader`` with the new DataStream API features; + - Updated ``GeoNames`` DataStream configuration to support multiple readers. + + Version 0.1.1 (2022-07-19) -------------------------- @@ -20,7 +30,7 @@ Version 0.1.0 (2022-07-17) - DataStreams API - Readers/Writers/Transformers to handle geographic datasets. - + - Supported Identifier schemes (Contrib module) - `Geonames `_ diff --git a/invenio_geographic_identifiers/__init__.py b/invenio_geographic_identifiers/__init__.py index 3b2ff00..bdac6c5 100644 --- a/invenio_geographic_identifiers/__init__.py +++ b/invenio_geographic_identifiers/__init__.py @@ -10,5 +10,5 @@ from .ext import InvenioGeographicIdentifiers -__version__ = "0.1.1" +__version__ = "0.2.0" __all__ = ("__version__", "InvenioGeographicIdentifiers")