Skip to content

Commit

Permalink
* 0.2.1 RELEASED
Browse files Browse the repository at this point in the history
  • Loading branch information
bresche committed Apr 10, 2018
1 parent c6dd747 commit a617542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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).

## [Unreleased]
## [0.2.1] - 10.04.2018

### Fixed
- registerComponent in HelpSidePanelRenderer since filter panel does not work

### Dependencies
- spock 1.0
- CUBA 6.7.x

## [0.2.0] - 6.11.2017

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cuba {
artifact {
group = 'de.balvi.cuba.helpsystem'
version = '0.2.1'
isSnapshot = true
isSnapshot = false
}

tomcat {
Expand Down

0 comments on commit a617542

Please sign in to comment.