diff --git a/CHANGELOG.md b/CHANGELOG.md index bc05f97..e5d30f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.3.6] - 2020-12-26 + +* Upgraded dependencies. + ## [0.3.5] - 2020-07-26 * Bugfix: Incorrect metadata for CZK, HUF, ZMK [@zacharra] diff --git a/Cargo.toml b/Cargo.toml index 2b8d38a..2fa313c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-money" -version = "0.3.5" +version = "0.3.6" authors = ["Varun Srinivasan "] edition = "2018" license = "MIT" @@ -15,6 +15,6 @@ categories = ["data-structures", "rust-patterns"] [dependencies] -rust_decimal = "1.7.0" -rust_decimal_macros = "1.7.0" +rust_decimal = "1.8.1" +rust_decimal_macros = "1.8.1" lazy_static = "1.4.0"