diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adf2b8077..c0b290dde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ * Add `RequestLimiter` and base realisations * Now `KtorRequestsExecutor` can receive as one of parameters `RequestLimiter` (by default - `EmptyLimiter`) +### 0.9.1 + ### 0.8.5 * Add extension `String#toMarkdown` diff --git a/build.gradle b/build.gradle index 4b60baaa21..42460f767d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -project.version = "0.9.0" +project.version = "0.9.1" project.group = "com.github.insanusmokrassar" buildscript {