File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88### Added
99- Unit tests for services, components, utils
1010
11+ ## [ 2.3.0] - 2018-06-29
12+ ### Added
13+ - Edit scaffold description
14+ - Developers keys management:
15+ - Generate API key
16+ - Show API keys list
17+ - Add API keys name
18+ - Edit API keys name
19+ - Deactivate API key
20+ - Communication protocol between API and scaffold
21+ - Scaffold events decoder
22+ - Backend: events are sent by a webhook
23+ - Scaffold: unit tests
24+ - Application unit tests
25+
26+ ##Changed
27+ - Default values are no longer required for additional scaffold properties
28+ - Application will automatically reconnect to a chain of a connection is lost
29+
1130## [ 2.2.1] - 2018-06-25
1231### Added
1332- Webhook URL validation
@@ -88,6 +107,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88107- "Withdraw" button is removed
89108
90109[ Unreleased ] : https://github.com/OpenFuturePlatform/open-api/compare/master...sprint
110+ [ 2.3.0 ] : https://github.com/OpenFuturePlatform/open-api/compare/v2.2.1...v2.3.0
91111[ 2.2.1 ] : https://github.com/OpenFuturePlatform/open-api/compare/v2.2.0...v2.2.1
92112[ 2.2.0 ] : https://github.com/OpenFuturePlatform/open-api/compare/v2.1.0...v2.2.0
93113[ 2.1.0 ] : https://github.com/OpenFuturePlatform/open-api/compare/v2.0.0...v2.1.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111apply plugin : " io.spring.dependency-management"
1212
1313group = " io.openfuture.api"
14- version = " 2.2.1 "
14+ version = " 2.3.0 "
1515sourceCompatibility = JavaVersion . VERSION_1_8
1616
1717repositories {
You can’t perform that action at this time.
0 commit comments