Skip to content

Commit

Permalink
Prepare release v0.13.0 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odraxs committed Jul 27, 2023
1 parent 1a0e827 commit 761c836
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,8 +1,13 @@
# Changelog

## 0.13.0 (27.07.2023)

* [Allow to encode and decode TransactionMeta](https://github.com/kommitters/stellar_base/issues/279).

## 0.12.0 (24.07.2023)

* [Soroban Preview 10 support](https://github.com/kommitters/stellar_base/issues/273).

## 0.11.1 (01.06.2023)

* [Add missing value types in SCVal](https://github.com/kommitters/stellar_base/pull/270).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it
```elixir
def deps do
[
{:stellar_base, "~> 0.12.0"}
{:stellar_base, "~> 0.13.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 StellarBase.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/stellar_base"
@version "0.12.0"
@version "0.13.0"

def project do
[
Expand Down

0 comments on commit 761c836

Please sign in to comment.