Skip to content

Commit

Permalink
Merge pull request #234 from kommitters/v0.10
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
miguelnietoa authored Sep 21, 2022
2 parents a6c2f9e + 994b132 commit 91df0f2
Show file tree
Hide file tree
Showing 4 changed files with 7 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.1 (21.09.2022)
* Fix bug by adding `CreateClaimableBalance` within allowed operations.

## 0.10.0 (15.09.2022)
* Avoid parsing string amount fields to float in Horizon API responses.

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.0"}
{:stellar_sdk, "~> 0.10.1"}
]
end
```
Expand Down
2 changes: 2 additions & 0 deletions lib/tx_build/operation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ defmodule Stellar.TxBuild.Operation do
Clawback,
ClawbackClaimableBalance,
CreateAccount,
CreateClaimableBalance,
CreatePassiveSellOffer,
EndSponsoringFutureReserves,
LiquidityPoolDeposit,
Expand Down Expand Up @@ -88,6 +89,7 @@ defmodule Stellar.TxBuild.Operation do
Clawback,
ClawbackClaimableBalance,
CreateAccount,
CreateClaimableBalance,
CreatePassiveSellOffer,
EndSponsoringFutureReserves,
LiquidityPoolDeposit,
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.0"
@version "0.10.1"

def project do
[
Expand Down

0 comments on commit 91df0f2

Please sign in to comment.