Skip to content

Commit

Permalink
Merge pull request #365 from kommitters/v0.21
Browse files Browse the repository at this point in the history
Release v0.21.1
  • Loading branch information
juliandsg0222 committed Apr 25, 2024
2 parents d0ad69c + 770e2e3 commit 3a7c505
Show file tree
Hide file tree
Showing 4 changed files with 15 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
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ At this point, you're waiting on us. We like to at least comment on pull request
business days (typically, one business day). We may suggest some changes, improvements or
alternatives.

# Stale issues

To ensure that our issue tracker remains organized and relevant, we have implemented a policy for handling Stale issues. Please review the following guidelines:

1. **Marking as Stale**: Issues will be automatically marked as **Stale** after 60 days of inactivity.
2. **Closing Stale Issues**: After an issue has been marked as Stale, a comment will be posted on the issue indicating that it will be closed if there is no further activity or information provided within a specified period.

Thank you for helping us maintain a clean and efficient issue tracker!

## Additional resources

* Explore the Stellar API
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 3a7c505

Please sign in to comment.