From 3dba1c0534acbb2059dc47f2cb9ac5df0bfd60f8 Mon Sep 17 00:00:00 2001 From: dylan Date: Wed, 7 Aug 2024 16:39:46 -0700 Subject: [PATCH] adding changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbb7c6..791755c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# 2.0.0 - 2022-08-15 +# Changelog + +## 2.0.1 - 2024-08-07 + +1. The client will fall back to the `/decide` endpoint when evaluating feature flags if the user does not wish to provide a PersonalApiKey. This fixes an issue where users were unable to use this SDK without providing a PersonalApiKey. This fallback will make feature flag usage less performant, but will save users money by not making them pay for public API access. + +## 2.0.0 - 2022-08-15 Breaking changes: