Renamed CHANGELOG.md
This commit is contained in:
parent
c17ae603c8
commit
808f7ea7d2
|
@ -0,0 +1,36 @@
|
|||
# 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).
|
||||
|
||||
|
||||
## [v1.1.5] [r4.24.0] - 2020-06-05
|
||||
|
||||
### Fixes
|
||||
|
||||
- Updated ExecuteResponseBuilder for support protocol option [#19129]
|
||||
- Updated to Git and Jenkins [#18120]
|
||||
|
||||
|
||||
|
||||
## [v1.1.3] - 2018-12-13
|
||||
|
||||
### Features
|
||||
|
||||
- Added https support [#13024]
|
||||
|
||||
|
||||
|
||||
## [v1.1.0] - 2017-09-24
|
||||
|
||||
### Features
|
||||
|
||||
- Dynamic adding, removing and updating of algorithms added
|
||||
- Moved to SocialNetworkingService 2.0
|
||||
|
||||
|
||||
|
||||
## [v1.0.0] - 2017-09-01
|
||||
|
||||
- First Release
|
||||
|
44
changelog.md
44
changelog.md
|
@ -1,44 +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).
|
||||
|
||||
|
||||
## [v1-1-5] [r4.24.0] - 2020-06-05
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
[#19129] Updated ExecuteResponseBuilder for support protocol option
|
||||
|
||||
[#18120] Updated to Git and Jenkins
|
||||
|
||||
|
||||
|
||||
## [v1-1-3] - 2018-12-13
|
||||
|
||||
### Added
|
||||
|
||||
**Features**
|
||||
|
||||
Added https support [ticket #13024]
|
||||
|
||||
|
||||
|
||||
## [v1-1-0] - 2017-09-24
|
||||
|
||||
### Added
|
||||
|
||||
**Features**
|
||||
|
||||
Dynamic adding, removing and updating of algorithms added
|
||||
|
||||
Moved to SocialNetworkingService 2.0
|
||||
|
||||
|
||||
|
||||
## [v1-0-0] - 2017-09-01
|
||||
|
||||
First Release
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-analysis.wps.1-1-5"
|
||||
date="2020-06-05">
|
||||
<Change>[#19129] Updated ExecuteResponseBuilder for support protocol option</Change>
|
||||
<Change>[#18120] Updated to Git and Jenkins</Change>
|
||||
<Change>Updated ExecuteResponseBuilder for support protocol option [#19129]</Change>
|
||||
<Change>Updated to Git and Jenkins [#18120]</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-analysis.wps.1-1-3"
|
||||
date="2018-12-13">
|
||||
<Change>Added https support [ticket #13024]</Change>
|
||||
<Change>Added https support [#13024]</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-analysis.wps.1-1-0"
|
||||
date="2017-09-24">
|
||||
|
|
Loading…
Reference in New Issue