From 3408b3e55d47399573f1235eb4b9458f8503a8c8 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Mon, 5 Apr 2021 12:47:10 +0100 Subject: [PATCH] Cut v0.7.0 release (#49) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd0e11..1b3670b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.7.0] - 2021-04-05 ### Added - Holt Winters values can now be fetched at runtime, rather than simply being hardcoded. ### Fixed @@ -69,7 +71,9 @@ Holt-Winters configuration. - Added the ability to use Linear Regression models to predict future scaling. [Unreleased]: -https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.6.0...HEAD +https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.7.0...HEAD +[v0.7.0]: +https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.6.0...v0.7.0 [v0.6.0]: https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.5.0...v0.6.0 [v0.5.0]: