diff --git a/README.md b/README.md index 46836ab8..944beae8 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ Just import add the library to your project with one of these options: org.telegram telegrambots - 4.9.1 + 4.9.2 ``` ```gradle - compile "org.telegram:telegrambots:4.9.1" + compile "org.telegram:telegrambots:4.9.2" ``` - 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/4.9.1) - 3. Download the jar(including all dependencies) from [here](https://mvnrepository.com/artifact/org.telegram/telegrambots/4.9.1) + 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/4.9.2) + 3. Download the jar(including all dependencies) from [here](https://mvnrepository.com/artifact/org.telegram/telegrambots/4.9.2) In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`. diff --git a/TelegramBots.wiki/Changelog.md b/TelegramBots.wiki/Changelog.md index 15818304..62d825b8 100644 --- a/TelegramBots.wiki/Changelog.md +++ b/TelegramBots.wiki/Changelog.md @@ -1,3 +1,6 @@ +### 4.9.2 ### +1. Bug fixing: #792, #801, #804, #810, #812, #813, #820 and #814 + ### 4.9.1 ### 1. Bug fixing: #767, #766, #761, #763, #776, #772, #771, #780 diff --git a/TelegramBots.wiki/Getting-Started.md b/TelegramBots.wiki/Getting-Started.md index a22d6719..d86c611d 100644 --- a/TelegramBots.wiki/Getting-Started.md +++ b/TelegramBots.wiki/Getting-Started.md @@ -11,13 +11,13 @@ First you need ot get the library and add it to your project. There are few poss org.telegram telegrambots - 4.9.1 + 4.9.2 ``` * With **Gradle**: ```groovy - compile group: 'org.telegram', name: 'telegrambots', version: '4.9.1' + compile group: 'org.telegram', name: 'telegrambots', version: '4.9.2' ``` 2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots). diff --git a/TelegramBots.wiki/abilities/Simple-Example.md b/TelegramBots.wiki/abilities/Simple-Example.md index a6e2492f..c687f25e 100644 --- a/TelegramBots.wiki/abilities/Simple-Example.md +++ b/TelegramBots.wiki/abilities/Simple-Example.md @@ -9,12 +9,12 @@ As with any Java project, you will need to set your dependencies. org.telegram telegrambots-abilities - 4.9.1 + 4.9.2 ``` * **Gradle** ```groovy - implementation group: 'org.telegram', name: 'telegrambots-abilities', version: '4.9.1' + implementation group: 'org.telegram', name: 'telegrambots-abilities', version: '4.9.2' ``` * [JitPack](https://jitpack.io/#rubenlagus/TelegramBots) diff --git a/pom.xml b/pom.xml index 523f4dfd..4704c1e6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots pom - 4.9.1 + 4.9.2 telegrambots diff --git a/telegrambots-abilities/README.md b/telegrambots-abilities/README.md index 62f3579a..c7455741 100644 --- a/telegrambots-abilities/README.md +++ b/telegrambots-abilities/README.md @@ -18,19 +18,19 @@ Usage org.telegram telegrambots-abilities - 4.9.1 + 4.9.2 ``` **Gradle** ```gradle - compile "org.telegram:telegrambots-abilities:4.9.1" + compile "org.telegram:telegrambots-abilities:4.9.2" ``` -**JitPack** - [JitPack](https://jitpack.io/#rubenlagus/TelegramBots/v4.9.1) +**JitPack** - [JitPack](https://jitpack.io/#rubenlagus/TelegramBots/v4.9.2) -**Plain imports** - [Here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.9.1) +**Plain imports** - [Here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.9.2) Motivation ---------- diff --git a/telegrambots-abilities/pom.xml b/telegrambots-abilities/pom.xml index de940fed..a52cfb24 100644 --- a/telegrambots-abilities/pom.xml +++ b/telegrambots-abilities/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 4.9.1 + 4.9.2 telegrambots-abilities @@ -84,7 +84,7 @@ org.telegram telegrambots - 4.9.1 + 4.9.2 org.apache.commons diff --git a/telegrambots-chat-session-bot/README.md b/telegrambots-chat-session-bot/README.md index 1802bdd4..479c1d5c 100644 --- a/telegrambots-chat-session-bot/README.md +++ b/telegrambots-chat-session-bot/README.md @@ -15,7 +15,7 @@ Usage org.telegram telegrambots-chat-session-bot - 4.9.1 + 4.9.2 ``` diff --git a/telegrambots-chat-session-bot/pom.xml b/telegrambots-chat-session-bot/pom.xml index a1291c1f..e5e0138a 100644 --- a/telegrambots-chat-session-bot/pom.xml +++ b/telegrambots-chat-session-bot/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 4.9.1 + 4.9.2 telegrambots-chat-session-bot @@ -84,7 +84,7 @@ org.telegram telegrambots - 4.9.1 + 4.9.2 diff --git a/telegrambots-extensions/README.md b/telegrambots-extensions/README.md index 998f63c4..91fa288b 100644 --- a/telegrambots-extensions/README.md +++ b/telegrambots-extensions/README.md @@ -16,12 +16,12 @@ Just import add the library to your project with one of these options: org.telegram telegrambotsextensions - 4.9.1 + 4.9.2 ``` 2. Using Gradle: ```gradle - compile "org.telegram:telegrambotsextensions:4.9.1" + compile "org.telegram:telegrambotsextensions:4.9.2" ``` \ No newline at end of file diff --git a/telegrambots-extensions/pom.xml b/telegrambots-extensions/pom.xml index e0fdc053..0b16870d 100644 --- a/telegrambots-extensions/pom.xml +++ b/telegrambots-extensions/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 4.9.1 + 4.9.2 telegrambotsextensions @@ -75,7 +75,7 @@ org.telegram telegrambots - 4.9.1 + 4.9.2 diff --git a/telegrambots-meta/pom.xml b/telegrambots-meta/pom.xml index c31ab809..46ed343d 100644 --- a/telegrambots-meta/pom.xml +++ b/telegrambots-meta/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 4.9.1 + 4.9.2 telegrambots-meta diff --git a/telegrambots-spring-boot-starter/README.md b/telegrambots-spring-boot-starter/README.md index dc6b0e03..422e3380 100644 --- a/telegrambots-spring-boot-starter/README.md +++ b/telegrambots-spring-boot-starter/README.md @@ -18,14 +18,14 @@ Usage org.telegram telegrambots-spring-boot-starter - 4.9.1 + 4.9.2 ``` **Gradle** ```gradle - compile "org.telegram:telegrambots-spring-boot-starter:4.9.1" + compile "org.telegram:telegrambots-spring-boot-starter:4.9.2" ``` Motivation diff --git a/telegrambots-spring-boot-starter/pom.xml b/telegrambots-spring-boot-starter/pom.xml index 90b989ab..aeb03f45 100644 --- a/telegrambots-spring-boot-starter/pom.xml +++ b/telegrambots-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 4.9.1 + 4.9.2 telegrambots-spring-boot-starter @@ -70,7 +70,7 @@ UTF-8 UTF-8 - 4.9.1 + 4.9.2 2.3.3.RELEASE 3.14.0 diff --git a/telegrambots/pom.xml b/telegrambots/pom.xml index 66e70503..83779007 100644 --- a/telegrambots/pom.xml +++ b/telegrambots/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 4.9.1 + 4.9.2 telegrambots @@ -95,7 +95,7 @@ org.telegram telegrambots-meta - 4.9.1 + 4.9.2 com.fasterxml.jackson.core