From 4af138b3d08a373e4ddd2a11613a768d1cd241ed Mon Sep 17 00:00:00 2001 From: einerzg Date: Wed, 24 Jul 2024 16:16:20 -0500 Subject: [PATCH] Add update for response in the endpoint gethealth --- 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 f4fb5ba..295ea5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.22.0 (24.07.2024) + +- Update the getHealth endpoint response + ## 0.21.0 (24.07.2024) - [Stellar Protocol 21 support](https://github.com/kommitters/soroban.ex/issues/158). diff --git a/README.md b/README.md index 5d0e4a1..b5448e3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ```elixir def deps do [ - {:soroban, "~> 0.21.0"} + {:soroban, "~> 0.22.0"} ] end ``` diff --git a/mix.exs b/mix.exs index e26618d..5cbd1aa 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Soroban.MixProject do use Mix.Project - @version "0.21.0" + @version "0.22.0" @github_url "https://github.com/kommitters/soroban.ex" def project do