From ce989628389c7ffd49b14c2ad0110b157d341dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rold=C3=A1n?= Date: Wed, 2 Aug 2023 17:10:20 -0500 Subject: [PATCH] Prepare release v0.13.1 --- 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 0269d3d..8785e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.13.1 (02.08.2023) + +* [Add missing operation results and rename OperationInnerResult to OperationResultTr](https://github.com/kommitters/stellar_base/pull/284). + ## 0.13.0 (27.07.2023) * [Allow to encode and decode TransactionMeta](https://github.com/kommitters/stellar_base/issues/279). diff --git a/README.md b/README.md index 1865b0d..4e31c97 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.13.0"} + {:stellar_base, "~> 0.13.1"} ] end ``` diff --git a/mix.exs b/mix.exs index cf292c7..d48f639 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.13.0" + @version "0.13.1" def project do [