We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d042cff + 896ded3 commit 67239baCopy full SHA for 67239ba
CHANGELOG.md
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [2.6.1] - 2018-08-03
8
### Fixed
9
- Scaffold Creation: Validation on special characters
10
+- Fixed OPEN-widget links to different sources depending on the environment
11
12
## [2.6.0] - 2018-08-02
13
### Added
build.gradle
@@ -11,7 +11,7 @@ plugins {
apply plugin: "io.spring.dependency-management"
group = "io.openfuture.api"
14
-version = "2.6.0"
+version = "2.6.1"
15
sourceCompatibility = JavaVersion.VERSION_1_8
16
17
repositories {
0 commit comments