Skip to content

Commit

Permalink
Merge pull request #297 from kommitters/v0.14.0-release
Browse files Browse the repository at this point in the history
Prepare release v0.14.0
  • Loading branch information
Odraxs authored May 8, 2023
2 parents 038763e + eb377ce commit b29acf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.14.0 (08.05.2023)

* Add `sign_xdr` function to `ContractAuth` module to allow signing base 64 contract auth structures.
* Update `InvokeHostFunction` module to allow adding base 64 authorizations.

## 0.13.1 (02.05.2023)
* Update `SCAddress` module to infer address types: account or contract.
* Update all dependencies
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.13.1"}
{:stellar_sdk, "~> 0.14.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.13.1"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit b29acf9

Please sign in to comment.