From b83e38520ad47676ffcd9f8f5e1f7bb8efe0d609 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:37:03 +0000 Subject: [PATCH] chore(release): version 1.5.0 # [1.5.0](https://github.com/socialgouv/serving-ml/compare/v1.4.2...v1.5.0) (2021-03-23) ### Features * **k8s:** bring back the hpa ([#83](https://github.com/socialgouv/serving-ml/issues/83)) ([40a9139](https://github.com/socialgouv/serving-ml/commit/40a91391de8b22cbab9a99d032f114cd078d9904)), closes [#54](https://github.com/socialgouv/serving-ml/issues/54) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c017920..40118423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/socialgouv/serving-ml/compare/v1.4.2...v1.5.0) (2021-03-23) + + +### Features + +* **k8s:** bring back the hpa ([#83](https://github.com/socialgouv/serving-ml/issues/83)) ([40a9139](https://github.com/socialgouv/serving-ml/commit/40a91391de8b22cbab9a99d032f114cd078d9904)), closes [#54](https://github.com/socialgouv/serving-ml/issues/54) + ## [1.4.2](https://github.com/socialgouv/serving-ml/compare/v1.4.1...v1.4.2) (2021-02-01)