Skip to content

Commit

Permalink
Prepare for release v0.18.0 (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: David Roldán <Odraxs@users.noreply.github.com>
  • Loading branch information
EdwinGuayacan and Odraxs authored Sep 20, 2023
1 parent 91c9240 commit 9204e55
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.18.0 (20.09.2023)

* Add Soroban Preview 11 support.

## 0.17.1 (08.08.2023)

* Allow contract_data key to be any type of `SCVal`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The **Stellar SDK** is composed of two complementary components: **`TxBuild`** +
```elixir
def deps do
[
{:stellar_sdk, "~> 0.17.1"}
{:stellar_sdk, "~> 0.18.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.17.1"
@version "0.18.0"

def project do
[
Expand Down

0 comments on commit 9204e55

Please sign in to comment.