# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.5.1] - 2024-08-18 ### Changed - `reqwest` adding feature `json` ## [1.5.0] - 2024-08-18 ### Added - `reqwest` as a standard package libraries ## [1.4.0] - 2024-07-18 ### Changed - Added `bytes` as `standard` crates - `Cargo.toml` bump version - `README.md` update documentation readme ## [1.3.0] - 2024-03-26 ### Changed - Remove `mockall` package because somehow it cannot be used the macro ## [1.2.1] - 2024-03-18 ### Changed - Change `chrono` dependency signature by enable `serde` feature ## [1.2.0] - 2024-03-07 ### Added - `sha2` crate as a part of `with-cryptography` feature ### Changed - `README.md` update documentation readme - `Cargo.toml` bump version ## [1.1.0] - 2024-02-08 ### Added - `Changelog.md` to track changes ### Changed - `README.md` adding depedency version management for each used crates - `Cargo.toml` change version requirement syntax for each used crates & change `license` keyword ## [1.0.0] - 2024-02-03 ### Added - Initialize project