diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e36bb7..f70ff6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ 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. + +### 0.1.5 (2025-02-12) + ### 0.1.4 (2025-02-12) ### 0.1.3 (2025-02-12) diff --git a/build.gradle.kts b/build.gradle.kts index 8c043ab2..3d04be74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -152,7 +152,9 @@ publishing { } scm { - connection.set("scm:git:github.com/getstream/stream-java-sdk.git") + url = "https://github.com/GetStream/stream-sdk-java" + connection = "scm:git:github.com/getstream/stream-java-sdk.git" + developerConnection = "scm:git:github.com/getstream/stream-java-sdk.git" } } } diff --git a/gradle.properties b/gradle.properties index 49bc55ca..4fa72060 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.1.4 +version=0.1.5 \ No newline at end of file