diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e311b..5f60764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.0.12] - 2023-10-30 + +### Features + +- Implement free functionality for tickers endpoint ([#30](https://github.com/reubenwong97/marketstack-rs/pull/30)) + + ## [0.0.11] - 2023-10-29 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 0c70f9f..02c52d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marketstack" -version = "0.0.11" +version = "0.0.12" edition = "2021" license = "MIT" description = "Rust bindings for Marketstack REST API"