diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5995067 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog for gFeed + +## [1.0.3] - 2020-05-15 + +### New Features +- OAI-PMH harvester plugin for gFeed (https://support.d4science.org/issues/19351) + +### Fixes + +- Pom versions in module is now parent +- Dependencies between suite use same version +- Resources are now read as InputSream in Common module + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). \ No newline at end of file diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 8dfcdf5..0000000 --- a/changelog.md +++ /dev/null @@ -1,12 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [1.0.2] - 2020-05-19 - -### Added - -**Features** - -Added new harvester for oai-pmh repository.