We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1a544 commit f7368c5Copy full SHA for f7368c5
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ 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
-## [0.8.0] - Unreleased
+## [0.8.0] - 01.02.2019
8
9
### Added
10
- This release supports the usage within a CUBA 7 application. However - it does not support the new CUBA 7 Screen APIs.
build.gradle
@@ -35,7 +35,7 @@ cuba {
35
artifact {
36
group = 'de.balvi.cuba.declarativecontrollers'
37
version = "0.8.0"
38
- isSnapshot = true
+ isSnapshot = false
39
}
40
tomcat {
41
dir = "$project.rootDir/deploy/tomcat"
0 commit comments