diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index bc606fabc..d619d37e3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,10 +17,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "grpc-native" version = "1.10.6" -path = "../native/build/libs/grpc-native-1.10.6-SNAPSHOT.jar" +path = "../native/build/libs/grpc-native-1.10.6.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.10.6-SNAPSHOT.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.10.6.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f9f1857bc..320a2c1de 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin" class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.10.6-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.10.6.jar" diff --git a/changelog.md b/changelog.md index d104fb168..6fe06cca3 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina gRPC package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.10.6] - 2024-02-01 ### Added - [Added `maxHeaderSize` in `grpc:ListenerConfiguration`](https://github.com/ballerina-platform/ballerina-library/issues/5969) diff --git a/gradle.properties b/gradle.properties index 8d6e4d5b2..1a01564f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.10.6-SNAPSHOT +version=1.10.7-SNAPSHOT #dependency versions ballerinaLangVersion=2201.8.0 ballerinaTomlParserVersion=1.2.2