Skip to content

Commit

Permalink
Prepare release v0.21.1 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandsg0222 authored Apr 25, 2024
1 parent 7bcb6a1 commit 770e2e3
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.21.1 (25.04.2024)

* Add stale issues policy. See [PR #363](https://github.com/kommitters/stellar_sdk/pull/363)

## 0.21.0 (04.03.2024)

* Add Dynamic network configuration: Now you should provide Horizon URL and Network Passphrase. See [Issue #352](https://github.com/kommitters/stellar_sdk/issues/352).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The **Stellar SDK** is composed of two complementary components: **`TxBuild`** +
```elixir
def deps do
[
{:stellar_sdk, "~> 0.20.0"}
{:stellar_sdk, "~> 0.21.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 Stellar.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/stellar_sdk"
@version "0.21.0"
@version "0.21.1"

def project do
[
Expand Down

0 comments on commit 770e2e3

Please sign in to comment.