From 9c0d9150fcf6d2e49627eff48b450148da32a20c Mon Sep 17 00:00:00 2001 From: coolsam726 Date: Tue, 24 Oct 2023 03:58:35 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3307f1..8e87f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `saas` will be documented in this file. +## v1.1.4 - 2023-10-24 + +### What's Changed + +- New Feature: Loop in Substitution until all keys are substituted. by @coolsam726 in https://github.com/savannabits/saas/pull/10 +- Do 3 Round substitution to avoid infinite loops by @coolsam726 in https://github.com/savannabits/saas/pull/11 + +**Full Changelog**: https://github.com/savannabits/saas/compare/v1.1.3...v1.1.4 + ## v1.1.3 - 2023-10-23 ### What's Changed