diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97d4f0e..4a5f249 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -210,80 +210,16 @@ Fixed handling of No Content responses
- Added SP code TrackingStatusCode
-## 3.0.0-beta.1
+## 3.0.0
### Added
-- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
-
-## 3.0.0-beta.2
-
-### Changed
-
-- Add more explicit nullable reference types
-
-## 3.0.0-beta.3
-
-### Changed
-
-- Don't require any properties for deserialization so that small API changes don't completely break consumers
-- Don't try to serialize read-only properties
-- Don't try to deserialize write-only properties
-
-## 3.0.0-beta.4
-
-### Changed
-
-- Make setters on readonly properties public
-
-## 3.0.0-beta.10
-
-### Changed
-
-- Allow requests to be modified before being sent
-
-## 3.0.0-beta.11
-
-### Changed
-
+- Created new SDK methods for the entire ShipEngine API
- Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property.
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
another modifier can be added for a single request.
-## 3.0.0-beta.12
-
-### Changed
-
-- Updated to ShipEngine API 1.1.202409060709
-
-## 3.0.0-beta.14
-
-### Changed
-
-- Updated to ShipEngine API 1.1.202410081510
-- Add optional error properties, like field_name
-
-## 3.0.0-beta.15
-
### Changed
-- Updated to ShipEngine API 1.1.202410092210
-- AdvancedOptions now allow passing arbitrary key/values via AdditionalProperties
-
-## 3.0.0-beta.16
-
-### Added
-
-- Updated to ShipEngine API 1.1.202410161910
-- Added A4 and A6 as options for label layouts
-
-## 3.0.0-beta.17
-
-### Added
-
-- Updated to ShipEngine API 1.1.202501091801
-
-### Updated
-
- Marked v2 methods as obsolete
diff --git a/ShipEngineSDK/ShipEngineSDK.csproj b/ShipEngineSDK/ShipEngineSDK.csproj
index 5f5054b..bd9a837 100644
--- a/ShipEngineSDK/ShipEngineSDK.csproj
+++ b/ShipEngineSDK/ShipEngineSDK.csproj
@@ -4,7 +4,7 @@
ShipEngine
sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;
- 3.0.0-beta.17
+ 3.0.0
ShipEngine
ShipEngine
The official ShipEngine C# SDK for .NET
diff --git a/package-lock.json b/package-lock.json
index 6ebdf0b..3e46ab5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "shipengine-dotnet",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "shipengine-dotnet",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0",
"license": "Apache-2.0",
"dependencies": {
"shipengine-dotnet": "file:"
diff --git a/package.json b/package.json
index 4ead818..ca22754 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "shipengine-dotnet",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0",
"description": "Package primarily used to generate the API and models from OpenApi spec\"",
"main": "index.js",
"directories": {