Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby committed Mar 1, 2023
1 parent b34506e commit a16ecae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.7.1

* Fix typo in README.md
* Update rustler Rust crate ti 0.27

## 0.7.0

* Update rustler to 0.27.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The package can be installed by adding `ex_keccak` to your list of dependencies
```elixir
def deps do
[
{:ex_keccak, "~> 0.7.0"}
{:ex_keccak, "~> 0.7.1"}
]
end
```
Expand Down

0 comments on commit a16ecae

Please sign in to comment.