Skip to content

Commit 4ec069e

Browse files
Merge pull request #150 from agorapulse/upgrade/com.agorapulse/micronaut-aws-sdk
2 parents a7be0eb + f0b6d34 commit 4ec069e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Next Release
22

3+
### Agorapulse AWS SDK 2.1.5-micronaut-1.0
4+
5+
## What's Changed
6+
* force path style for itegration tests by @musketyr in https://github.com/agorapulse/micronaut-aws-sdk/pull/161
7+
* prevent hyphening keys in the localstack.env.* configuration map by @wololock in https://github.com/agorapulse/micronaut-aws-sdk/pull/162
8+
9+
10+
**Full Changelog**: https://github.com/agorapulse/micronaut-aws-sdk/compare/2.1.4...2.1.5
11+
312
### Groovy REST Unit Test Framework 1.3.0
413

514
- ability to retrieve the response text

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ micronaut.facebook.sdk.version = 0.6.0-micronaut-1.0
3535
micronaut.libraries.version = 1.2.6.1
3636
agorapulse.checks.version = 0.9.1
3737
micronaut.grails.version = 3.1.3-micronaut-1.0
38-
micronaut.aws.sdk.version = 2.1.4-micronaut-1.0
38+
micronaut.aws.sdk.version = 2.1.5-micronaut-1.0
3939
micronaut.rethrow.version = 1.1.1-micronaut-1.0
4040
micronaut.segment.version = 1.1.0-micronaut-1.0
4141
micronaut.snitch.version = 1.2.1-micronaut-1.0

0 commit comments

Comments
 (0)