From 4c404b20daeb9ace6e5b5e5961a12d3eeab722d7 Mon Sep 17 00:00:00 2001 From: Carrie Dils Date: Wed, 25 Feb 2026 16:17:27 -0600 Subject: [PATCH] Update CHANGELOG for version 1.3.0 release Signed-off-by: Carrie Dils --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07834fb..75762f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ [unreleased] +#### 1.3.0 / 2026-2-25 + +* Improved automated release process +* Improved caching errors +* Clarify steps in RELEASE.MD by @cdils in https://github.com/fairpm/fair-plugin/pull/407 +* set update-browserslist.yaml to manual dispatch only by @chuckadams in https://github.com/fairpm/fair-plugin/pull/444 +* [bump-version] Bump version to 1.3.0 by @github-actions[bot] in https://github.com/fairpm/fair-plugin/pull/453 +* Generate POT - 2026-02-25-215627 by @github-actions[bot] in https://github.com/fairpm/fair-plugin/pull/454 +* Release merging 1.3.0 into main for production release! by @Ipstenu in https://github.com/fairpm/fair-plugin/pull/439 + #### 1.2.2 / 2025-12-24 * Add RELEASE.md documenting the version release process by @cdils in https://github.com/fairpm/fair-plugin/pull/355