Skip to content

Commit 92a8571

Browse files
committed
Merge branch 'master' into sprint
2 parents 2cfa21c + a713018 commit 92a8571

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
apply plugin: "io.spring.dependency-management"
1212

1313
group = "io.openfuture.api"
14-
version = "2.2.1"
14+
version = "2.3.0"
1515
sourceCompatibility = JavaVersion.VERSION_1_8
1616

1717
repositories {

0 commit comments

Comments
 (0)