diff --git a/CHANGELOG.md b/CHANGELOG.md index a909e62..ea2f7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5](https://github.com/NotAProfDev/openfigi-rs/compare/v0.3.4...v0.3.5) - 2025-08-09 + +### Other + +- Update CHANGELOG.md + ## [0.3.4](https://github.com/NotAProfDev/openfigi-rs/compare/v0.3.3...v0.3.4) - 2025-08-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4993cc5..1a5f183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openfigi-rs" description = "A Rust client for interacting with the OpenFIGI API and parsing financial data." -version = "0.3.4" +version = "0.3.5" edition = "2024" license = "MIT" repository = "https://github.com/NotAProfDev/openfigi-rs"