From c97b7ae983b71047bf5e3f75249733270cb78f21 Mon Sep 17 00:00:00 2001 From: Jim Thario Date: Wed, 12 May 2021 16:54:47 -0700 Subject: [PATCH] Update CHANGELOG for v1.9.1 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4186b649..cfc30f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.1] - May 2021 + + +### Fixed +``` +#233 Fix checking of pip exit code after loading dependencies (build-and-deploy, enhancement) +#232 Update dependencies: lodash and handlebars (front-end) +``` + +### Contributors +* @morjoan +* @JimTharioAmazon + + + ## [1.9.0] - March 2021 ### New