diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9469f..7608439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.8.0 (17.05.2023) +- [Retrieve unsigned transactions](https://github.com/kommitters/soroban.ex/issues/70) + +## 0.8.0 (17.05.2023) + - [Soroban RPC Endpoints](https://github.com/kommitters/soroban.ex/issues/48) ## 0.7.0 (15.05.2023) diff --git a/README.md b/README.md index 54100ea..7dbd302 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ```elixir def deps do [ - {:soroban, "~> 0.8.0"} + {:soroban, "~> 0.9.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 4174bad..a1ccf91 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Soroban.MixProject do use Mix.Project - @version "0.8.0" + @version "0.9.0" @github_url "https://github.com/kommitters/soroban.ex" def project do