From aa010f023379e02a28a2051fb1a16df1cef9aaf1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Apr 2026 13:36:42 +0000 Subject: [PATCH] chore(release): 7.1.0 --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dcb49..ac71694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.1.0](https://github.com/GetStream/stream-sdk-java/compare/7.0.0...7.1.0) (2026-04-10) + + +### Features + +* allow users to provide a custom OkHttpClient ([780443e](https://github.com/GetStream/stream-sdk-java/commit/780443e0bfb0f658d5f769e43dafa69eba33acad)) + ## [7.0.0](https://github.com/GetStream/stream-sdk-java/compare/6.1.0...7.0.0) (2026-03-31) diff --git a/gradle.properties b/gradle.properties index b185fae..752b662 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=7.0.0 +version=7.1.0