From 01aa098125839fdbae00f74840f92c892cca7acd Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 16 Feb 2021 23:42:25 +0600 Subject: [PATCH] update changelog and gradle.properties --- CHANGELOG.md | 12 +++--------- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ccfcb..c049a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,13 @@ # Changelog -## 0.1.1 +## 0.1.0 * `Versions` * `kotlin`: `1.4.21` -> `1.4.30` * `serialization`: `1.0.1` -> `1.1.0-RC` * `exposed`: `0.28.1` -> `0.29.1` - * `tgbotapi`: `0.31.0` -> `0.32.5` - * `microutils`: `0.4.16` -> `0.4.25` - -## 0.1.0 - -* `Versions` - * `tgbotapi`: `0.30.10` -> `0.31.0` - * `microutils`: `0.4.11` -> `0.4.16` + * `tgbotapi`: `0.30.10` -> `0.32.5` + * `microutils`: `0.4.11` -> `0.4.25` * `Plugin` * New method `BehaviourContext#invoke` * Old method `invoke` has been deprecated diff --git a/gradle.properties b/gradle.properties index 0e2cf14..bde1212 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,4 @@ sqlite_version=3.30.1 github_release_plugin_version=2.2.12 group=dev.inmo -version=0.1.1 +version=0.1.0