diff --git a/CHANGELOG.md b/CHANGELOG.md index 86aee68943f4855641a7d55f1a6258cb4e09bb36..1ac47bc668ee59d71066a38334398590959f1b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [6.2.0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v6.1.0...v6.2.0) (2023-03-13) + + +### Bug Fixes + +* add new metsmods release version 2.4.1 ([cc82593](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/cc82593abf68ce20b3cfb7b423a6ba75515ae156)) +* add sandbox (and edition) filter to tg listidentifier method ([0968cda](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/0968cda37043c8168157966cfb68ebf21cd03065)) +* add sandbox filter to datacite metadata format, too ([4967d5c](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/4967d5c90469b464fe1c22833c81e37eba61912c)) +* update metsmods version to new snapshot ([3989111](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/398911140b9b37c1e4b3882d7fc1fe130ddb0055)) + + +### Features + +* add 1970-12-10 date format again ([7a31028](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/7a31028426ac33d8a7a665c48289bd5dab161c4d)) + # [6.1.0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v6.0.0...v6.1.0) (2023-03-07) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index 2acd1266b40146c37ea31e031fcaa3ced1cbe2ab..fa2f0f420d3aab25cd4af3c746dbe06ae32a5d1f 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>6.1.1-SNAPSHOT</version> + <version>6.2.0</version> </parent> <artifactId>oaipmh-core</artifactId> <packaging>jar</packaging> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index 09cab4f5f06f84cb7587b76369364dcc67f2fc01..7032c020b6c664cc0121ef7a7b271e3bffb7f7d0 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>6.1.1-SNAPSHOT</version> + <version>6.2.0</version> </parent> <artifactId>oaipmh-webapp</artifactId> <packaging>war</packaging> diff --git a/pom.xml b/pom.xml index 4af56e59d2ee73a2caea83e8d89b239416a5884e..69f23398f499ff5613ee958d77912335614c2b8c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.2.0</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties>