# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [0.4.0] - 2022-06-29 ### Features - **sha**: Added HMAC Sha1, HMAC Sha256 and HMAC Sha512 ## [0.3.0] - 2022-06-23 - updated dependencies ### Features - **jwt**: pub use type `TokenData` ## [0.2.1] - 2022-06-18 ### Added - [Examples](https://github.com/MedzikUser/rust-crypto-utils/tree/v0.2.1/examples) ### Changed - update rust crate jsonwebtoken to 8.1.1 ## [0.2.0] - 2022-06-11 ### Added - Json Web Token ## [0.1.0] - 2022-06-11 ### Added - Sha1, Sha256, Sha512 hasher [Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.4.0...HEAD [0.4.0]: https://github.com/MedzikUser/imgurs/commits/v0.4.0 [0.3.0]: https://github.com/MedzikUser/imgurs/commits/v0.3.0 [0.2.1]: https://github.com/MedzikUser/imgurs/commits/v0.2.1 [0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0 [0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0