From 3c1e6e1017eb176d7ebb10b32e7d88cf02d76c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 19 Nov 2024 14:43:13 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e74393..c7570941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ 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/). -## [14.1.1] UNRELEASED +## [14.1.2] 2024-11-10 + +### Added + +- Added rsync to the list of essential packages installed by cloud-init (PR #336) + +### Changed + +- Fix how security group are associated with instance tags (PR #336) + +## [14.1.1] 2024-11-19 ### Changed