diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb5eb1..949e3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Support for Tx Submission -- Support for Tx Evaluation +## [v0.2.0](https://github.com/wowica/xogmios/releases/tag/v0.2.0) (2024-02-24) + +## Added + +- Support for Tx Submission procotol + - Submit signed transactions + - Evaluate execution units of given transaction ## [v0.1.0](https://github.com/wowica/xogmios/releases/tag/v0.1.0) (2024-02-13) diff --git a/README.md b/README.md index e886a52..95c1cb7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the dependency to `mix.exs`: ```elixir defp deps do [ - {:xogmios, "~> 0.1.0"} + {:xogmios, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index d09ecdf..b1d67f5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Xogmios.MixProject do use Mix.Project @source_url "https://github.com/wowica/xogmios" - @version "0.1.0" + @version "0.2.0" def project do [