diff --git a/changelog.md b/CHANGELOG.md
similarity index 71%
rename from changelog.md
rename to CHANGELOG.md
index 6b95562..c2761be 100644
--- a/changelog.md
+++ b/CHANGELOG.md
@@ -1,27 +1,34 @@
-
# Changelog for workspace-uploader
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).
+## [v2.0.6] - 2020-07-15
-## [v2-0-5] [r4-23-0] - [2020-05-14]
+[#19317] Just to include the storagehub-client-wrapper at 1.0.0 version
-**Fixes**
+#### Fixes
[#19243] upload archive facility does not work properly with Windows OS
[#19232] manage file names that use special characters
+## [v2.0.5] - 2020-05-14
-## [2-0-4] - [2019-12-19]
+#### Fixes
-Ported to Git and Jenkins
+[#19243] upload archive facility does not work properly with Windows OS
+
+[#19232] manage file names that use special characters
+## [v2.0.4] - 2019-12-19
-## [2-0-3] - [2019-09-15]
+Updated to Git and Jenkins
+
+
+## [v2.0.3] - 2019-09-15
[Task #17152] Workspace uploader: avoid . (dot) char added as suffix when the filename does not contain an extension
@@ -30,22 +37,19 @@ Ported to Git and Jenkins
[Bug #17450] Workspace: Notifications about file updated (New versions) is never generated
-
-## [2-0-2] - [2019-04-01]
+## [v2.0.2] - 2019-04-01
[Incident #16285] Bug fixing
[Feature #13327] Checking permission before uploading
-
-## [2-0-1] - [2019-01-30]
+## [v2.0.1] - 2019-01-30
[Bug #13232] Fixing it
-
-## [2-0-0] - [2018-09-19]
+## [v2.0.0] - 2018-09-19
[Feature #11722] Workspace Uploader - Update to StorageHUB
@@ -54,8 +58,7 @@ In case of 100% added the message "Finalising the upload of [filename]"
[Task #12470] Check uploading of files in the Workpace by the drag and drop facility on Windows Operating System
-
-## [1-8-0] - [2017-03-27]
+## [v1.8.0] - 2017-03-27
[Task #7820] DaD and Browse: create new version of existing items added
@@ -64,8 +67,7 @@ Removed currUserId parameter from client-side
Updated message displaying also version of file after upload completed
-
-## [1-7-0] - [2017-02-23]
+## [v1.7.0] - 2017-02-23
Removed currUserId parameter from client-side
@@ -74,46 +76,38 @@ Removed currUserId parameter from client-side
Integrated with file versioning
-
-## [1-6-0] - [2016-12-01]
+## [v1.6.0] - 2016-12-01
Feature #5901 Remove ASL Dependency from workspace-uploader Widget
Bug #6096 Fixed
-
-## [1-4-0] - [2016-05-31]
+## [v1.4.0] - 2016-05-31
[Feature #4128] Migration to Liferay 6.2
-
-## [1-3-0] - [2016-05-18]
+## [v1.3.0] - 2016-05-18
[Feature #4055] DnD multiple instances
-
-## [1-2-0] - [2016-05-09]
+## [v1.2.0] - 2016-05-09
[Feature #3962] Sequential upload status
-
-## [1-1-0] - [2016-01-08]
+## [v1.1.0] - 2016-01-08
Bug Fixed #1333
-
-## [1-0-1] - [2015-12-16]
+## [v1.0.1] - 2015-12-16
Bug Fixed - https://support.d4science.org/issues/1824
-
-## [1-0-0] - [2015-08-07]
+## [v1.0.0] - 2015-08-07
first release
-
diff --git a/descriptor.xml b/descriptor.xml
index 93dd4a7..e83b45a 100644
--- a/descriptor.xml
+++ b/descriptor.xml
@@ -14,7 +14,7 @@
README.md
LICENSE.md
- changelog.md
+ CHANGELOG.md
profile.xml
755
diff --git a/pom.xml b/pom.xml
index 67c4e0b..a46966a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
org.gcube.portlets.widgets
workspace-uploader
jar
- 2.0.5
+ 2.0.6-SNAPSHOT
Workspace Uploader Widget
Workspace Uploader Widget allows your application to upload file/s in the gCube Workspace
@@ -127,7 +127,7 @@
org.gcube.common
storagehub-client-wrapper
- [0.6.0, 1.0.0-SNAPSHOT)
+ [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)