Skip to content

Commit 0c66d1c

Browse files
authored
Bump version and update changelog (#41)
1 parent 4717c9f commit 0c66d1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.7.2
4+
5+
* Add support for FreeBSD
6+
* Update rustler Rust crate to 0.29
7+
38
## 0.7.1
49

510
* Fix typo in README.md

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExKeccak.MixProject do
22
use Mix.Project
33

4-
@version "0.7.1"
4+
@version "0.7.2"
55
@source_url "https://github.com/tzumby/ex_keccak"
66

77
def project do

0 commit comments

Comments
 (0)