Skip to content

Commit

Permalink
Changelog updated in preperation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc committed Feb 21, 2020
1 parent 6e1f5f4 commit d0ea3ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!--- end unreleased changes --->
<!--- remember to add diff link to footer --->

## [v0.13.0] (2020-02-21)

### Changed

* adds `LKEClusters` to tag lists
Expand All @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d0ea3ed

Please sign in to comment.