Skip to content

Commit

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

Co-authored-by: norn <[email protected]>

* Capitalize Elixir

---------

Co-authored-by: norn <[email protected]>
  • Loading branch information
CristhianRodriguezMolina and keliumJU authored Oct 27, 2023
1 parent fd4d460 commit 93c434a
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 (27.10.2023)

* Add support for `SCAddress` type in the `SCVal` to obtain the Elixir native value.

## 0.18.1 (11.10.2023)

* Add remaining changes for Protocol 20: Soroban.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The **Stellar SDK** is composed of two complementary components: **`TxBuild`** +
```elixir
def deps do
[
{:stellar_sdk, "~> 0.18.1"}
{:stellar_sdk, "~> 0.19.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Stellar.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/stellar_sdk"
@version "0.18.1"
@version "0.19.0"

def project do
[
Expand Down

0 comments on commit 93c434a

Please sign in to comment.