diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88d4e16..2282fd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [3.0.0](https://github.com/scratchfoundation/scratch-semantic-release-config/compare/v2.0.0...v3.0.0) (2024-11-25)
+
+
+* chore!: set license to BSD-3-Clause ([9e84194](https://github.com/scratchfoundation/scratch-semantic-release-config/commit/9e84194967a3a148f066c254adb5ff44ab0935de))
+
+
+### BREAKING CHANGES
+
+* The license for this project has changed to BSD-3-Clause
+
 # [2.0.0](https://github.com/scratchfoundation/scratch-semantic-release-config/compare/v1.0.16...v2.0.0) (2024-11-25)
 
 
diff --git a/package-lock.json b/package-lock.json
index f8d1fc4..1634111 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-semantic-release-config",
-  "version": "2.0.0",
+  "version": "3.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-semantic-release-config",
-      "version": "2.0.0",
+      "version": "3.0.0",
       "license": "BSD-3-Clause",
       "dependencies": {
         "@semantic-release/changelog": "^6.0.1",
diff --git a/package.json b/package.json
index 15342b5..82d9894 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-semantic-release-config",
-  "version": "2.0.0",
+  "version": "3.0.0",
   "description": "semantic-release shareable configuration for Scratch",
   "main": "release.config.js",
   "files": [