Skip to content

Commit

Permalink
Prepare release v0.10.0 (kommitters#184)
Browse files Browse the repository at this point in the history
* Prepare release v0.10.0

* Remove extra-line
  • Loading branch information
miguelnietoa authored and EdwinGuayacan committed Dec 22, 2022
1 parent ea3cc16 commit e490f49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.0 (20.12.2022)
- Refactored [PACT Commands](https://github.com/kommitters/kadena.ex/issues/159)
- Added [Composing functional Chainweb requests](https://github.com/kommitters/kadena.ex/issues/144)
- Added [new function in Cap and modify JSON format](https://github.com/kommitters/kadena.ex/issues/167)
- Renamed [resource definition for Chainweb Pact types](https://github.com/kommitters/kadena.ex/issues/178)
- Refactored [Pact request bodies and CommandPayload](https://github.com/kommitters/kadena.ex/issues/179)
- Implemented [Send endpoint](https://github.com/kommitters/kadena.ex/issues/97)

## 0.9.0 (08.12.2022)
- Added [Continuation Command](https://github.com/kommitters/kadena.ex/issues/133)
- Relocated Chainweb types
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `kadena` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kadena, "~> 0.9.0"}
{:kadena, "~> 0.10.0"}
]
end
```
Expand Down Expand Up @@ -491,13 +491,13 @@ Chainweb.Pact.send(cmds, network_id: :testnet04, chain_id: 1)

## Roadmap

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

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

### What we're working on now 🎉

- [Chainweb](https://github.com/kommitters/kadena.ex/issues/57)
- [Chainweb PACT API Consumer](https://github.com/kommitters/kadena.ex/issues/58)

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

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.9.0"
@version "0.10.0"
@github_url "https://github.com/kommitters/kadena.ex"

def project do
Expand Down

0 comments on commit e490f49

Please sign in to comment.