Skip to content

Commit

Permalink
Prepare for release v0.14.0 (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: David Roldán <Odraxs@users.noreply.github.com>
  • Loading branch information
EdwinGuayacan and Odraxs authored Sep 20, 2023
1 parent d1f0830 commit 015479f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

# 0.13.2 (07.09.2023)
## 0.14.0 (20.09.2023)

* [Soroban Preview 11 support](https://github.com/kommitters/stellar_base/issues/290).

## 0.13.2 (07.09.2023)

* Update dependencies.
| Package | Type | Update | Change |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it
```elixir
def deps do
[
{:stellar_base, "~> 0.13.2"}
{:stellar_base, "~> 0.14.0"}
]
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 StellarBase.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/stellar_base"
@version "0.13.2"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit 015479f

Please sign in to comment.