# Changelog

## 0.6.2 (2022-10-06)

- Add validation function for bitcoin addresses ([#32](https://github.com/ayrat555/cryptopunk/pull/32))

## 0.6.1 (2022-09-05)

- Update ex_keccak to 0.6.0

## 0.6.0 (2022-09-03)

- Update NIF deps ([#23](https://github.com/ayrat555/cryptopunk/pull/23))

## 0.5.4 (2022-09-01)

- Add WIF encoding ([#25](https://github.com/ayrat555/cryptopunk/pull/25))
- Add Ethereum address validation ([#26](https://github.com/ayrat555/cryptopunk/pull/26))

## 0.5.3 (2022-04-03)

- Support tron addresses ([#14](https://github.com/ayrat555/cryptopunk/pull/14))

## 0.5.2 (2022-03-14)

- Support uncompressed public keys for legacy addresses ([#12](https://github.com/ayrat555/cryptopunk/pull/12))

## 0.5.1 (2022-03-12)

- Use ex_base58 NIF ([#11](https://github.com/ayrat555/cryptopunk/pull/11))

## 0.5.0 (2022-02-28)

- Update nifs ([#7](https://github.com/ayrat555/cryptopunk/pull/7))

## 0.4.1 (2022-02-25)

- Update ex_keccak to 0.4.0 ([#6](https://github.com/ayrat555/cryptopunk/pull/6))

## 0.4.0 (2022-02-24)

- Add P2WPKH-P2SH addresses ([#3](https://github.com/ayrat555/cryptopunk/pull/3))
- Add bech32 addresses ([#4](https://github.com/ayrat555/cryptopunk/pull/4))

## 0.3.1 (2022-02-12)

- Update ex_pbkdf2 and ex_secp256k1 ([#2](https://github.com/ayrat555/cryptopunk/pull/2))
