diff --git a/build/version.debug b/build/version.debug
index 17e0472cd..24a24e681 100644
--- a/build/version.debug
+++ b/build/version.debug
@@ -1 +1 @@
-1.13.{incremental}-nightly
\ No newline at end of file
+1.14.{incremental}-nightly
\ No newline at end of file
diff --git a/build/version.debug.increment b/build/version.debug.increment
index dc9414b21..c22708346 100644
--- a/build/version.debug.increment
+++ b/build/version.debug.increment
@@ -1 +1 @@
-154
\ 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 012089165..ed90bb8f9 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.14.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 ed27b9efd..22dd740ca 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 139c13726..b0c039968 100644
--- a/src/lib/PnP.Framework/PnP.Framework.csproj
+++ b/src/lib/PnP.Framework/PnP.Framework.csproj
@@ -5,7 +5,7 @@
10.0
PnP.Framework
PnP.Framework
- 1.13.0
+ 1.14.0
PnP
PnP 2023
PnP Framework contains the PnP Provisioning engine and a ton of extension methods that will make you more productive while developing for Microsoft 365.
@@ -257,7 +257,7 @@
-
+
diff --git a/version.release.increment b/version.release.increment
new file mode 100644
index 000000000..da2d3988d
--- /dev/null
+++ b/version.release.increment
@@ -0,0 +1 @@
+14
\ No newline at end of file