Skip to content

Commit cbcd354

Browse files
committed
changelog information for 0.3.2
1 parent df9dec4 commit cbcd354

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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-
## [0.3.1] - 2018-07-20
7+
## [0.3.2] - 2018-07-20
8+
9+
### Changed
10+
- removed wrong HSQLDB DB update scripts
11+
12+
## [0.3.1] - 2018-07-20 - Do not use! --> use 0.3.2 instead
813

914
### Changed
1015
- NPE when referencing a metaclass which is not available anymore (#4)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ apply(plugin: 'cuba')
4343
cuba {
4444
artifact {
4545
group = 'de.diedavids.cuba.entitysoftreference'
46-
version = "0.3.1"
46+
version = "0.3.2"
4747
isSnapshot = false
4848
}
4949
tomcat {

0 commit comments

Comments
 (0)