Skip to content

Commit

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

- Add stale issues policy. See [PR #154](https://github.com/kommitters/soroban.ex/pull/154)

## 0.20.0 (07.03.2024)

- Add Soroban.RPC.Server and network_passphrase configuration. Apply changes from `stellar_sdk` v0.21.0. See [Issue #149](https://github.com/kommitters/soroban.ex/issues/149).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
```elixir
def deps do
[
{:soroban, "~> 0.20.0"}
{:soroban, "~> 0.20.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Soroban.MixProject do
use Mix.Project

@version "0.20.0"
@version "0.20.1"
@github_url "https://github.com/kommitters/soroban.ex"

def project do
Expand Down

0 comments on commit cf93d91

Please sign in to comment.