Skip to content

Commit

Permalink
Merge pull request #23 from wowica/publish-v0.2.0
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
caike authored Feb 24, 2024
2 parents 29626b2 + 6f3539a commit b928920
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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 @@ Add the dependency to `mix.exs`:
```elixir
defp deps do
[
{:xogmios, "~> 0.1.0"}
{:xogmios, "~> 0.2.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 Xogmios.MixProject do
use Mix.Project

@source_url "https://github.com/wowica/xogmios"
@version "0.1.0"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit b928920

Please sign in to comment.