Skip to content

Commit 5efaee3

Browse files
increase new version 0.4.2
Co-authored-by: Frank Bregulla <[email protected]>
1 parent cc710f1 commit 5efaee3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## 0.4.2
4+
* Fix validation warning at startup
5+
36
## 0.4.1
47
* Update to aws-sdk-preview-10
58

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subprojects {
3737
// DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md
3838
//
3939
// Add a GitHub release for every new release: https://github.com/otto-de/edison-aws/releases
40-
version = '0.4.2-SNAPSHOT'
40+
version = '0.4.2'
4141
group = 'de.otto.edison'
4242

4343
repositories {

0 commit comments

Comments
 (0)