Skip to content

Commit

Permalink
feat: release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awea committed Oct 21, 2024
1 parent a5ad4e2 commit 94d99f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for Tezex

## v3.0.1

- [rpc]: prevent crash when preapply result is not a list

## v3.0.0

- [BREAKING]: `Tezex.Fee.calculate_fee/2` now returns a tuple
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 Tezex.MixProject do
use Mix.Project

@version "3.0.0"
@version "3.0.1"
@url_docs "http://hexdocs.pm/tezex"
@url_github "https://github.com/objkt-com/tezex"

Expand Down

0 comments on commit 94d99f2

Please sign in to comment.