From d0ea3eda5e75d4692c82ca04a18baf1a05e25db5 Mon Sep 17 00:00:00 2001 From: phillc <15082+phillc@users.noreply.github.com> Date: Fri, 21 Feb 2020 09:05:42 -0500 Subject: [PATCH] Changelog updated in preperation for release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7571872db..1915c72d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [v0.13.0] (2020-02-21) + ### Changed * adds `LKEClusters` to tag lists @@ -19,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * add `CreateLKECluster`, `GetLKECluster`, `ListLKEClusters`, `UpdateLKECluster`, `DeleteLKECluster` * add `CreateLKEClusterPool`, `GetLKEClusterPool`, `ListLKEClusterPools`, `UpdateLKEClusterPool`, `DeleteLKEClusterPool`, `WaitForLKEClusterStatus` * add `ListLKEVersions`, `GetLKEVersion`, `GetLKEClusterAPIEndpoint`, `GetLKEClusterKubeconfig` +* add `BalanceUninvoiced` to Account +* add `NodeBalancerStats` +* 429 Rate Limit errors are now retried and the Retry-After header is respected. ## [v0.12.2] (2019-12-03) @@ -332,7 +337,8 @@ Deals with NewClient and context for all http requests * Initial tagged release -[unreleased]: https://github.com/linode/linodego/compare/v0.12.1...HEAD +[unreleased]: https://github.com/linode/linodego/compare/v0.13.0...HEAD +[v0.13.0]: https://github.com/linode/linodego/compare/v0.12.2...v0.13.0 [v0.12.2]: https://github.com/linode/linodego/compare/v0.12.1...v0.12.2 [v0.12.1]: https://github.com/linode/linodego/compare/v0.12.0...v0.12.1 [v0.12.0]: https://github.com/linode/linodego/compare/v0.11.0..v0.12.0