Skip to content

Commit

Permalink
Bump version and update changelog (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby authored Sep 7, 2023
1 parent 4717c9f commit 0c66d1c
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.2

* Add support for FreeBSD
* Update rustler Rust crate to 0.29

## 0.7.1

* Fix typo in README.md
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 ExKeccak.MixProject do
use Mix.Project

@version "0.7.1"
@version "0.7.2"
@source_url "https://github.com/tzumby/ex_keccak"

def project do
Expand Down

0 comments on commit 0c66d1c

Please sign in to comment.