Skip to content

Commit

Permalink
Add update for response in the endpoint gethealth (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
einerzg authored Jul 24, 2024
1 parent 62074f8 commit 8de3bea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
```elixir
def deps do
[
{:soroban, "~> 0.21.0"}
{:soroban, "~> 0.22.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8de3bea

Please sign in to comment.