Skip to content

Commit

Permalink
Prepare for release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianRodriguezMolina committed Dec 20, 2023
1 parent 849841e commit cec8553
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 (20.12.2023)

* [Support stable Protocol 20 release](https://github.com/kommitters/stellar_base/issues/295).

## 0.14.0 (20.09.2023)

* [Soroban Preview 11 support](https://github.com/kommitters/stellar_base/issues/290).
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.14.0"}
{:stellar_base, "~> 0.15.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.14.0"
@version "0.15.0"

def project do
[
Expand Down

0 comments on commit cec8553

Please sign in to comment.