diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e75892d38..eaa5d4c2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * Fixes in edition of inline messages and their result types * Replace basic exception and add `ReplyMessageNotFound` exception +### 0.10.1 + ## 0.9.0 * Old extension `OkHttpClient.Builder#useWith` now deprecated and must be replaced by the same in diff --git a/build.gradle b/build.gradle index 810ac6ef59..6688104501 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -project.version = "0.10.0" +project.version = "0.10.1" project.group = "com.github.insanusmokrassar" buildscript {