Skip to content

Commit

Permalink
Prepare release for v0.10.2 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelnietoa authored Sep 21, 2022
1 parent 515afc6 commit 6326f69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.10.2 (21.09.2022)
* Update assets parameters for Offers and Trades.

## 0.10.1 (21.09.2022)
* Fix bug by adding `CreateClaimableBalance` within allowed operations.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The **Stellar SDK** is composed of two complementary components: **`TxBuild`** +
```elixir
def deps do
[
{:stellar_sdk, "~> 0.10.1"}
{:stellar_sdk, "~> 0.10.2"}
]
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.10.1"
@version "0.10.2"

def project do
[
Expand Down

0 comments on commit 6326f69

Please sign in to comment.