diff --git a/deleted-files-list.json b/deleted-files-list.json
index d17aa0ce62beec2dedb02d5a7b127ae3a8375d96..c6c16ee92258f150c5eb78f099f64d102bfe1157 100644
--- a/deleted-files-list.json
+++ b/deleted-files-list.json
@@ -209,8 +209,7 @@
     "CRM/Upgrade/4.7.14.msg_template/*",
     "CRM/Upgrade/4.7.19.msg_template/*",
     "CRM/Upgrade/4.7.22.msg_template/*",
-    "CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl",
-    "CRM/Upgrade/4.7.23.msg_template/message_templates/*",
+    "CRM/Upgrade/4.7.23.msg_template/*",
     "CRM/Upgrade/4.7.4.msg_template/*",
     "CRM/Upgrade/4.7.5.msg_template/*",
     "CRM/Upgrade/4.7.alpha1.msg_template/*",
diff --git a/js/version.json b/js/version.json
index d48882bc00e2a8b28dc2e09e9c15526e86597d21..d44ce8e72cfcf003af759a0d09b9cf372334c03e 100644
--- a/js/version.json
+++ b/js/version.json
@@ -1 +1 @@
-"5.82.0"
+"5.82.1"
diff --git a/release-notes.md b/release-notes.md
index e211f3d1a80e3e73ec4ee60bf0d090e64421f596..54fb20123ed462e9a11689015f91a5eab97d2e3c 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -15,6 +15,15 @@ Other resources for identifying changes are:
     * https://github.com/civicrm/civicrm-joomla
     * https://github.com/civicrm/civicrm-wordpress
 
+## CiviCRM 5.82.1
+
+Released March 5, 2025
+
+- **[Synopsis](release-notes/5.82.1.md#synopsis)**
+- **[Bugs resolved](release-notes/5.82.1.md#bugs)**
+- **[Credits](release-notes/5.82.1.md#credits)**
+- **[Feedback](release-notes/5.82.1.md#feedback)**
+
 ## CiviCRM 5.82.0
 
 Released February 5, 2025
diff --git a/release-notes/5.82.1.md b/release-notes/5.82.1.md
new file mode 100644
index 0000000000000000000000000000000000000000..06cfe9bf443fe57d1b6ca7fc9a9c365d323a6c51
--- /dev/null
+++ b/release-notes/5.82.1.md
@@ -0,0 +1,46 @@
+# CiviCRM 5.82.1
+
+Released March 5, 2025
+
+- **[Synopsis](#synopsis)**
+- **[Bugs resolved](#bugs)**
+- **[Credits](#credits)**
+- **[Feedback](#feedback)**
+
+## <a name="synopsis"></a>Synopsis
+
+| *Does this version...?*                                         |          |
+| --------------------------------------------------------------- | -------- |
+| Change the database schema?                                     | no       |
+| Alter the API?                                                  | no       |
+| Require attention to configuration options?                     | no       |
+| Fix problems installing or upgrading to a previous version?     | no       |
+| Introduce features?                                             | no       |
+| **Fix bugs?**                                                   | **yes**  |
+| Fix security vulnerabilities?                                   | no       |
+
+## <a name="bugs"></a>Bugs resolved
+
+* **_Activities_: Configuring "Repeat Activity" leads to validation error ([dev/core#5726](https://lab.civicrm.org/dev/core/-/issues/5726): [#32255](https://github.com/civicrm/civicrm-core/pull/32255))**
+* **_Tests_: Fix issue in "Scheduled Communication" tests ([#32207](https://github.com/civicrm/civicrm-core/pull/32207))**
+* **_CiviEvent_: Enabling confirmation email for offline registration leads to TypeError ([dev/core#5717](https://lab.civicrm.org/dev/core/-/issues/5717): [#32195](https://github.com/civicrm/civicrm-core/pull/32195))**
+* **_Authorize.net_: Recurring contributions are not logged when using legacy authorizeIPN.php on Drupal 7 ([dev/core#5732](https://lab.civicrm.org/dev/core/-/issues/5732): [#32181](https://github.com/civicrm/civicrm-core/pull/32181))**
+* **_APIv3_: Contact.getOptions sends incorrect response for custom fields ([dev/core#5747](https://lab.civicrm.org/dev/core/-/issues/5747): [#32167](https://github.com/civicrm/civicrm-core/pull/32167), [#32170](https://github.com/civicrm/civicrm-core/pull/32170))**
+* **_Relationships_: When updating an existing relationship, the original start/end date don't display ([dev/core#5730](https://lab.civicrm.org/dev/core/-/issues/5730): [#32087](https://github.com/civicrm/civicrm-core/pull/32087))**
+* **_View Contact_: When using "Admin UI" extension, some tabs may be displayed extraneously ([#32083](https://github.com/civicrm/civicrm-core/pull/32083))**
+* **_View Contact_: Some tabs do not show record-counts ([dev/core#5731](https://lab.civicrm.org/dev/core/-/issues/5731): [#32078](https://github.com/civicrm/civicrm-core/pull/32078))**
+
+## <a name="credits"></a>Credits
+
+This release was developed by the following authors and reviewers:
+
+Wikimedia Foundation - Eileen McNaughton; Stoob; SQUIRRELPUSS; RoseLanigan; pixel-paul;
+pbarmak; Megaphone Technology Consulting - Jon Goldberg; JMA Consulting - Monish Deb,
+Seamus Lee; ilopata1; Francesc Bassas i Bullich; EfficiencyGeek; Dave D; Coop SymbioTIC -
+Mathieu Lutfy; CiviCRM - Coleman Watts; CiviCoop - Jaap Jansma; Benjamin W
+
+## <a name="feedback"></a>Feedback
+
+These release notes are edited by Tim Otten and Andie Hunt.  If you'd like to
+provide feedback on them, please login to https://chat.civicrm.org/civicrm and
+contact `@agh1`.
diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql
index 344d2257c810255699af504397213b709d7d8e10..31275c424c7621d9b3e08095ff963a32103b13b6 100644
--- a/sql/civicrm_generated.mysql
+++ b/sql/civicrm_generated.mysql
@@ -2969,7 +2969,7 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
 INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES
- (1,'Default Domain Name',NULL,'5.82.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+ (1,'Default Domain Name',NULL,'5.82.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
diff --git a/sql/test_data_second_domain.mysql b/sql/test_data_second_domain.mysql
index 5146ecbb11c080345515b7f99518daa3d2827746..9406db0b730a421c25fa0292bf29fa1bd90e1ef8 100644
--- a/sql/test_data_second_domain.mysql
+++ b/sql/test_data_second_domain.mysql
@@ -907,4 +907,4 @@ INSERT INTO civicrm_navigation
 VALUES
     ( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
 UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
-UPDATE civicrm_domain SET version = '5.82.0';
+UPDATE civicrm_domain SET version = '5.82.1';
diff --git a/xml/version.xml b/xml/version.xml
index 834827a12795f3f8cb0086ededfc3532d7e7fbab..2a7255e59a55fa34abe164569f3f9013dfe46216 100644
--- a/xml/version.xml
+++ b/xml/version.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <version>
-  <version_no>5.82.0</version_no>
-  <releaseDate>2025-02-05</releaseDate>
+  <version_no>5.82.1</version_no>
+  <releaseDate>2025-03-05</releaseDate>
 </version>