Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Oct 17, 2022
1 parent eb384fb commit c5d8954
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.5.5 - 2022-02-17
* Fix credo and dialyzer warnings (https://github.com/mana-ethereum/ex_rlp/pull/48)

## 0.5.4 - 2022-02-13
* Remove deprecated config file (https://github.com/mana-ethereum/ex_rlp/pull/35)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add `:ex_rlp` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:ex_rlp, "~> 0.5.4"}
{:ex_rlp, "~> 0.5.5"}
]
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 ExRLP.Mixfile do
use Mix.Project

@source_url "https://github.com/mana-ethereum/ex_rlp"
@version "0.5.4"
@version "0.5.5"

def project do
[
Expand Down

0 comments on commit c5d8954

Please sign in to comment.