Skip to content

Commit

Permalink
doc: add changelog for 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jun 14, 2024
1 parent 4a642a1 commit dc3cccc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 1.8.2
- 2024-01-04 - [5 commits](https://github.com/burrunan/gradle-s3-build-cache/compare/v1.8.1...v1.8.2)
### Added
- Allow specifying a KMS Key ID for server-side encryption [PR#58](https://github.com/burrunan/gradle-s3-build-cache/pull/58)

### Changed
- Updated software.amazon.awssdk from 2.22.10 to 2.26.1

Thanks to [@TheImplementer](https://github.com/TheImplementer) for the contribution.

#### 1.8.1
- 2024-01-04 - [5 commits](https://github.com/burrunan/gradle-s3-build-cache/compare/v1.8...v1.8.1)
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependency to the plugin to your `settings.gradle` file. Get the latest version

```
plugins {
id("com.github.burrunan.s3-build-cache") version "1.8.1"
id("com.github.burrunan.s3-build-cache") version "1.8.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.parallel=true
kotlin.parallel.tasks.in.project=true

current.version=1.8.2
current.version=1.8.3
artifact.name=gradle-s3-build-cache
description=Gradle S3 Build Cache

Expand Down

0 comments on commit dc3cccc

Please sign in to comment.