diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4c41f..6abbc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.13.0](https://www.github.com/Overmuse/polygon/compare/v0.12.0...v0.13.0) (2021-11-15) + + +### ⚠ BREAKING CHANGES + +* Use vila as the underlying client library + +### Features + +* Use vila as the request library to improve pagination ([252dcd0](https://www.github.com/Overmuse/polygon/commit/252dcd0453a12f9ea942474cedad7b94e7666ee0)) +* Use vila as the underlying client library ([3c04101](https://www.github.com/Overmuse/polygon/commit/3c0410130603dcbbb234b4d044a61d7c98ac8913)) + + +### Bug Fixes + +* upgrade rest-client such that lifetimes are no longer needed ([7d79e98](https://www.github.com/Overmuse/polygon/commit/7d79e9886ee62f3dd01db625ff9def7d34fe0f04)) + ## [0.12.0](https://www.github.com/Overmuse/polygon/compare/v0.11.2...v0.12.0) (2021-11-04) diff --git a/Cargo.toml b/Cargo.toml index ef00225..14832b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polygon" -version = "0.12.0" +version = "0.13.0" authors = ["Sebastian Rollen "] edition = "2018"