Skip to content

Commit 67239ba

Browse files
committed
Merge branch 'Changelog-update-v2.6.1' into 'sprint'
Changelog update v2.6.1 See merge request open-platform/api!203
2 parents d042cff + 896ded3 commit 67239ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.6.1] - 2018-08-03
88
### Fixed
99
- Scaffold Creation: Validation on special characters
10+
- Fixed OPEN-widget links to different sources depending on the environment
1011

1112
## [2.6.0] - 2018-08-02
1213
### Added

build.gradle

+1-1
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.6.0"
14+
version = "2.6.1"
1515
sourceCompatibility = JavaVersion.VERSION_1_8
1616

1717
repositories {

0 commit comments

Comments
 (0)