diff --git a/CHANGELOG.md b/CHANGELOG.md index 0507b340c..ab817a18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Release Notes --- +## [0.36.0](https://github.com/substrait-io/substrait-java/compare/v0.35.0...v0.36.0) (2024-07-14) + +### ⚠ BREAKING CHANGES + +* Expression#options now returns List +* ProtoAggregateFunctionConverter#from(AggregateFunction) now returns AggregateFunctionInvocation + +### Bug Fixes + +* include FunctionOptions when converting functions ([#278](https://github.com/substrait-io/substrait-java/issues/278)) ([e574913](https://github.com/substrait-io/substrait-java/commit/e57491333c7dd05ae3b1400e2185f807af1f5f88)) + ## [0.35.0](https://github.com/substrait-io/substrait-java/compare/v0.34.0...v0.35.0) (2024-06-30) ### Features diff --git a/gradle.properties b/gradle.properties index 2e76696d1..08c0e2b19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ sparkbundle.version=3.4 spark.version=3.4.2 #version that is going to be updated automatically by releases -version = 0.35.0 +version = 0.36.0 #signing SIGNING_KEY_ID = 193EAE47