Skip to content

Commit

Permalink
Prepare for release v0.7.0 (#138)
Browse files Browse the repository at this point in the history
* Prepare for release v0.7.0

* Improve changelog
  • Loading branch information
boterop committed Nov 9, 2022
1 parent da17e9d commit a9d407d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.7.0 (09.11.2022)

* Added JSONPayload protocol
* Implemented JSONPayload protocol in [LocalRequestBody](https://github.com/kommitters/kadena.ex/issues/119)
* Implemented JSONPayload protocol in [SendRequestBody](https://github.com/kommitters/kadena.ex/issues/117)
* Implemented JSONPayload protocol in [PollRequestBody](https://github.com/kommitters/kadena.ex/issues/123)
* Implemented JSONPayload protocol in [ListenRequestBody](https://github.com/kommitters/kadena.ex/issues/124)
* Implemented JSONPayload protocol in [SPVRequestBody](https://github.com/kommitters/kadena.ex/issues/125)

## 0.6.1 (27.10.2022)

* Bump ossf/scorecard-action to v2.0.6
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1"}
{:kadena, "~> 0.7.0"}
]
end
```
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.6.1"
@version "0.7.0"
@github_url "https://github.com/kommitters/kadena.ex"

def project do
Expand Down

0 comments on commit a9d407d

Please sign in to comment.