diff --git a/build/version.debug b/build/version.debug
index 6637cbc27..f9defed97 100644
--- a/build/version.debug
+++ b/build/version.debug
@@ -1 +1 @@
-1.9.{incremental}-nightly
\ No newline at end of file
+1.10.{incremental}-nightly
\ No newline at end of file
diff --git a/build/version.debug.increment b/build/version.debug.increment
index fc9afb48e..c22708346 100644
--- a/build/version.debug.increment
+++ b/build/version.debug.increment
@@ -1 +1 @@
-59
\ No newline at end of file
+0
\ No newline at end of file
diff --git a/src/lib/CHANGELOG.md b/src/lib/CHANGELOG.md
index e6ca6cc67..08c3b7a1a 100644
--- a/src/lib/CHANGELOG.md
+++ b/src/lib/CHANGELOG.md
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
-## Unreleased
+## [1.10.0]
### Added
diff --git a/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj b/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj
index 0b143cbb7..7ead0d270 100644
--- a/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj
+++ b/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj
@@ -186,7 +186,7 @@
-
+
diff --git a/src/lib/PnP.Framework/PnP.Framework.csproj b/src/lib/PnP.Framework/PnP.Framework.csproj
index 9ef89655e..9a0057aa0 100644
--- a/src/lib/PnP.Framework/PnP.Framework.csproj
+++ b/src/lib/PnP.Framework/PnP.Framework.csproj
@@ -5,7 +5,7 @@
8.0
PnP.Framework
PnP.Framework
- 1.9.0
+ 1.10.0
PnP
PnP 2022
PnP Framework contains the PnP Provisioning engine and a ton of extension methods that will make you more productive while developing for Microsoft 365.
@@ -243,7 +243,7 @@
-
+
diff --git a/version.release.increment b/version.release.increment
new file mode 100644
index 000000000..9a037142a
--- /dev/null
+++ b/version.release.increment
@@ -0,0 +1 @@
+10
\ No newline at end of file