Skip to content

Commit

Permalink
Prepare release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuayacan committed Feb 1, 2023
1 parent efd283d commit e9430e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.19.0 (01.02.2023)

- Added [YAML Continuation command](https://github.com/kommitters/kadena.ex/issues/209)
- Update all dependencies

## 0.18.0 (31.01.2023)

- Added [YAML reader](https://github.com/kommitters/kadena.ex/issues/253)
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add `kadena` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kadena, "~> 0.18.0"}
{:kadena, "~> 0.19.0"}
]
end
```
Expand Down Expand Up @@ -1944,14 +1944,8 @@ Chainweb.Peer.new()

## Roadmap

The latest updated branch to target a PR is `v0.19`

You can see a big picture of the roadmap here: [**ROADMAP**][roadmap]

### What we're working on now 🎉

- [Accept request commands as YAML files](https://github.com/kommitters/kadena.ex/milestone/2)

### Done - What we've already developed! 🚀

<details>
Expand All @@ -1978,6 +1972,7 @@ You can see a big picture of the roadmap here: [**ROADMAP**][roadmap]
- [Pact Commands Builder](https://github.com/kommitters/kadena.ex/issues/131)
- [Chainweb](https://github.com/kommitters/kadena.ex/issues/57)
- [Chainweb P2P API](https://github.com/kommitters/kadena.ex/milestone/1)
- [Accept request commands as YAML files](https://github.com/kommitters/kadena.ex/milestone/2)

</details>

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 Kadena.MixProject do
use Mix.Project

@version "0.18.0"
@version "0.19.0"
@github_url "https://github.com/kommitters/kadena.ex"

def project do
Expand Down

0 comments on commit e9430e6

Please sign in to comment.