From bf231d9747b2deaa9ed32acc03680cae4776c028 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Thu, 20 Jul 2023 09:07:09 -0400 Subject: [PATCH] Fix versioning in CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a875d0..ebf1396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ All notable changes to `WordPress Environment Switcher` will be documented in this file. -## 0.1.1 - 2023-07-20 +## 1.0.1 - 2023-07-20 - Infer the environment from the hosting provider, allow it to be filtered via `wp_environment_switcher_current_environment`. -## 0.1.0 - 2023-07-10 +## 1.0.0 - 2023-07-10 - Initial release