diff --git a/CHANGELOG.md b/CHANGELOG.md index 9baf74c..24181fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.4.1] - 2018-07-20 + +### Dependencies +- taggable 0.2.2 +- entity-soft-reference 0.3.2 +- declarative-controllers 0.6.0 + ## [0.4.0] - 2018-07-20 ### Added diff --git a/build.gradle b/build.gradle index dd10fb6..91acb0b 100644 --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ apply(plugin: 'cuba') cuba { artifact { group = 'de.diedavids.cuba.attachable' - version = "0.5.0" - isSnapshot = true + version = "0.4.1" + isSnapshot = false } tomcat { dir = "$project.rootDir/deploy/tomcat" @@ -110,8 +110,8 @@ subprojects { dependencies { appComponent("com.haulmont.cuba:cuba-global:$cubaVersion") appComponent("de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.6.0") - appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.3.1") - appComponent("de.diedavids.cuba.taggable:taggable-global:0.2.1") + appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.3.2") + appComponent("de.diedavids.cuba.taggable:taggable-global:0.2.2") }