From 53fad227a1c3ca4b9f41ff0532432760aaf58e78 Mon Sep 17 00:00:00 2001 From: Ankur Srivastava Date: Sun, 18 Oct 2020 00:08:05 +0200 Subject: [PATCH] prepare release 0.3.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e3211..059ce5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## 0.3.0 +Changes: +- Support account, tickets and mirror-maker apis. +- Dependecy updates + ## 0.2.3 Changes: - Use async-compat to run reqwest on other executors diff --git a/Cargo.toml b/Cargo.toml index fb89a6b..ca78390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "aiven_rs" readme = "README.md" repository = "https://github.com/ansrivas/aiven-rs" -version = "0.2.3" +version = "0.3.0" include = [ "**/*.rs", "Cargo.toml",