Skip to content

Commit

Permalink
Prepare release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Odraxs committed Aug 2, 2023
1 parent d092052 commit ce98962
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.13.1 (02.08.2023)

* [Add missing operation results and rename OperationInnerResult to OperationResultTr](https://github.com/kommitters/stellar_base/pull/284).

## 0.13.0 (27.07.2023)

* [Allow to encode and decode TransactionMeta](https://github.com/kommitters/stellar_base/issues/279).
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.13.0"}
{:stellar_base, "~> 0.13.1"}
]
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.13.0"
@version "0.13.1"

def project do
[
Expand Down

0 comments on commit ce98962

Please sign in to comment.