From 8c813557fae652fddc0f478d11811f6ebfa0d28d Mon Sep 17 00:00:00 2001 From: Ruben Bermudez Date: Thu, 30 Aug 2018 19:56:51 +0100 Subject: [PATCH] update --- Changelog.md | 6 +++++- Getting-Started.md | 4 ++-- abilities/Simple-Example.md | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index ab73da5..07da17c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,8 @@ -### 4.0.0 ### +### 4.1 ### +1. Support for Api Version [4.1](https://core.telegram.org/bots/api-changelog#august-27-2018) +2. Fix #507 and #512 + +### 4.0.1 ### 1. Fix bug #499 ### 4.0.0 ### diff --git a/Getting-Started.md b/Getting-Started.md index effe0c3..2bea5d5 100644 --- a/Getting-Started.md +++ b/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.0.1 + 4.1 ``` * With **Gradle**: ```groovy - compile group: 'org.telegram', name: 'telegrambots', version: '4.0.1' + compile group: 'org.telegram', name: 'telegrambots', version: '4.1' ``` 2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots). diff --git a/abilities/Simple-Example.md b/abilities/Simple-Example.md index 50df252..a05dddc 100644 --- a/abilities/Simple-Example.md +++ b/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.0.1 + 4.1 ``` * **Gradle** ```groovy - compile group: 'org.telegram', name: 'telegrambots-abilties', version: '4.0.1' + compile group: 'org.telegram', name: 'telegrambots-abilties', version: '4.1' ``` * [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)