Skip to content

Commit

Permalink
Prepare release v0.19.0 (#147)
Browse files Browse the repository at this point in the history
* Prepare release v0.19.0

* Update CHANGELOG
  • Loading branch information
miguelnietoa authored Jan 31, 2024
1 parent 3be1a67 commit 061dc3c
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.19.0 (31.01.2024)

- Support `diagnostic_events_xdr` field in `SendTransactionResponse` struct. See [stellar_sdk#350](https://github.com/kommitters/stellar_sdk/issues/350).

## 0.18.0 (20.12.2023)

- [Stellar Protocol 20 support](https://github.com/kommitters/soroban.ex/issues/140).
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.18.0"}
{:soroban, "~> 0.19.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.18.0"
@version "0.19.0"
@github_url "https://github.com/kommitters/soroban.ex"

def project do
Expand Down

0 comments on commit 061dc3c

Please sign in to comment.