From caefdb33c9afaf21b123b1333171609d0223acbb Mon Sep 17 00:00:00 2001 From: Edwin Steven Guayacan <80716239+EdwinGuayacan@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:03:12 -0500 Subject: [PATCH] Prepare release v0.19.0 (#275) --- CHANGELOG.md | 5 +++++ README.md | 9 ++------- mix.exs | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89bdb8b..bd0bcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 4471cf0..1128409 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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! 🚀
@@ -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)
diff --git a/mix.exs b/mix.exs index 0d5e9d6..751d2a0 100644 --- a/mix.exs +++ b/mix.exs @@ -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