Skip to content

Commit 0b8fc97

Browse files
authoredJan 7, 2025··
chore: Bump C3R to version 3.0.5 (#836)
*Issue #, if available:* *Description of changes:* - Bumps C3R to version 3.0.5 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 000eb41 commit 0b8fc97

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
 

‎CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Changelog
22

3+
## [3.0.5] - 2025-01-07
4+
5+
### Changed
6+
- Bump software.amazon.awssdk:cleanrooms from 2.28.16 to 2.29.46 (#835)
7+
- Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.2.0 (#831)
8+
- Bump org.apache.parquet:parquet-hadoop from 1.14.1 to 1.15.0 (#806)
9+
- Bump log4j_version from 2.24.1 to 2.24.3 (#817)
10+
- Bump hadoop_version from 3.4.0 to 3.4.1 (#760)
11+
- Bump freefair_version from 8.10.2 to 8.11 (#788)
12+
313
## [3.0.4] - 2024-10-07
414

515
### Changed
616
- Bump software.amazon.awssdk:cleanrooms from 2.26.18 to 2.28.10 (#733)
717
- Bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.1.3 (#730)
818
- Bump log4j_version from 2.23.1 to 2.24.1 (#734)
919
- Bump freefair_version from 8.6 to 8.10.2 (#741)
10-
-
20+
1121
## [3.0.3] - 2024-07-10
1222

1323
### Changed

‎c3r-sdk-core/src/main/java/com/amazonaws/c3r/utils/C3rSdkProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public final class C3rSdkProperties {
1313
/**
1414
* C3R version.
1515
*/
16-
public static final String VERSION = "3.0.4";
16+
public static final String VERSION = "3.0.5";
1717

1818
/**
1919
* C3R SDK user agent.

‎version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.4
1+
3.0.5

0 commit comments

Comments
 (0)
Please sign in to comment.