Skip to content

Commit

Permalink
Prepare release v0.15 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: David Roldán <[email protected]>
  • Loading branch information
EdwinGuayacan and Odraxs authored Sep 21, 2023
1 parent 6991993 commit 51be50a
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.15.0 (21.09.2023)

- [Soroban Preview 11 support](https://github.com/kommitters/soroban.ex/issues/126).

## 0.14.0 (05.09.2023)

- Allow to add custom extra fee rate when invoking functions.
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.14.0"}
{:soroban, "~> 0.15.0"}
]
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.14.0"
@version "0.15.0"
@github_url "https://github.com/kommitters/soroban.ex"

def project do
Expand Down

0 comments on commit 51be50a

Please sign in to comment.