From cec8553e454a748d97ed3d24166d5729e0554177 Mon Sep 17 00:00:00 2001 From: CristhianRodriguezMolina <50219561+CristhianRodriguezMolina@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:54:18 -0500 Subject: [PATCH] Prepare for release v0.15.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c973a6d..7bed153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.15.0 (20.12.2023) + +* [Support stable Protocol 20 release](https://github.com/kommitters/stellar_base/issues/295). + ## 0.14.0 (20.09.2023) * [Soroban Preview 11 support](https://github.com/kommitters/stellar_base/issues/290). diff --git a/README.md b/README.md index 5f1e60c..dccdcc2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it ```elixir def deps do [ - {:stellar_base, "~> 0.14.0"} + {:stellar_base, "~> 0.15.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 3a5f2e1..665d819 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule StellarBase.MixProject do use Mix.Project @github_url "https://github.com/kommitters/stellar_base" - @version "0.14.0" + @version "0.15.0" def project do [