diff --git a/firebase-ai/CHANGELOG.md b/firebase-ai/CHANGELOG.md index 70e0cf2cf53..7c4c924ab9f 100644 --- a/firebase-ai/CHANGELOG.md +++ b/firebase-ai/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 17.7.0 + - [changed] Added `LiveAudioConversationConfig` to control different aspects of the conversation while using the `startAudioConversation` function. - [fixed] Fixed an issue causing streaming chat interactions to drop thought signatures. (#7562) diff --git a/firebase-ai/gradle.properties b/firebase-ai/gradle.properties index 22e697ca305..215d4a50f32 100644 --- a/firebase-ai/gradle.properties +++ b/firebase-ai/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=17.7.0 -latestReleasedVersion=17.6.0 +version=17.7.1 +latestReleasedVersion=17.7.0