diff --git a/CHANGELOG.md b/CHANGELOG.md index c38eeee..e15329b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - *Fixed (for any bug fixes)* - *Security (in case of vulnerabilities)* +## [3.1.0] - 05/09/2023 [BETA] +### Added +* Message for non eosc results i.e. This publication is not part of the European Open Science Cloud +* Impact-based indicators - Citations, Popularity, Influence, Impulse +### Changed +* Smaller window for the Data Transfer Service - not full screen +* Disabled overwrite params when submitting a job to EOSC Data transfer API +* NEW user interface & structure of the detailed page & specific user interface for small devices i.e. mobiles +* Updated access right icons +* Include Subjects as a new tab +### Fixed +* Too much recursion error in validating destination path of Data transfer - updated check + ## [3.0.0] - 13/06/2023 ### Changed * Upgraded uikit version to 3.13.10 diff --git a/package.json b/package.json index 74e0151..a5fea4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eosc", - "version": "3.0.0", + "version": "3.1.0", "scripts": { "ng": "ng", "start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400",