From 795341dc84dd1f0f8aa87c81945dbee1c3e54a1d Mon Sep 17 00:00:00 2001 From: spam-n-eggs Date: Sat, 24 Feb 2024 14:34:32 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43..cf24dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. + +## [Bug] Not all groups being found - 2024-02-24 + +This release fixes a critical bug where not all groups were being found during the list comprehension that was finding all of the groups. + +### What's Changed + +* Fixed issues with the groups list comprehension by @spam-n-eggs in https://github.com/dominion-solutions/ansible-netbird-role/pull/8 + +**Full Changelog**: https://github.com/dominion-solutions/ansible-netbird-role/compare/0.1.1...0.1.2