Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Dec 27, 2020
1 parent eac4902 commit e5f92bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2020-12-27

### Fixes

* AL CodeCop warnings for generated code (#19)
* AL code generator issues with short names for documents (#20)
* AL code generator issues with spaces in master entity's name (#22)

## [0.4.0] - 2020-12-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
apply plugin: 'eclipse'

group = 'de.joneug.mdal'
version = '0.4.0'
version = '0.4.1'

sourceCompatibility = '8'
targetCompatibility = '8'
Expand Down

0 comments on commit e5f92bb

Please sign in to comment.