From 5c55179697479b2ecdb5f7ab9e9e3562ce280321 Mon Sep 17 00:00:00 2001 From: Francesco Ceccon Date: Fri, 15 Jan 2021 18:47:38 +0000 Subject: [PATCH] release: v0.5.0 Signed-off-by: Francesco Ceccon --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf3267..69945af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.5.0] - 2021-01-15 ### Added - Add support for CAP-0023. - Add `CreateClaimableBalanceOperation`. diff --git a/Cargo.lock b/Cargo.lock index 0d182a8..9c84ac7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "stellar-base" -version = "0.5.0-beta.2" +version = "0.5.0" dependencies = [ "base32", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 5cafdf5..c9b434d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-base" -version = "0.5.0-beta.2" +version = "0.5.0" authors = ["Francesco Ceccon "] edition = "2018" description = "Low level Stellar types"