Skip to content

Commit

Permalink
Prepare release v0.9.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odraxs committed May 18, 2023
1 parent 01e4f06 commit e028e22
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
Expand Up @@ -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)
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.8.0"}
{:soroban, "~> 0.9.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.8.0"
@version "0.9.0"
@github_url "https://github.com/kommitters/soroban.ex"

def project do
Expand Down

0 comments on commit e028e22

Please sign in to comment.