diff --git a/Win32.cabal b/Win32.cabal
index e36b0eb9eb06bd78e037a2c86c8405e6cd4bbf9f..cd84a52466ef12027af37570d1c167b6bfd79ac8 100644
--- a/Win32.cabal
+++ b/Win32.cabal
@@ -1,6 +1,6 @@
 cabal-version:  2.0
 name:           Win32
-version:        2.13.4.0
+version:        2.14.0.0
 license:        BSD3
 license-file:   LICENSE
 author:         Alastair Reid, shelarcy, Tamar Christina
diff --git a/changelog.md b/changelog.md
index 1db27cb044d5b2243d33367487bfd37e18705f7f..26fb959ab3113e298b904b3d4186abf034725a30 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,12 @@
 # Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)
 
-* Add support for named pipes.
+## 2.14.0.0 January 2023
+
+* Add support for named pipes [#220](https://github.com/haskell/win32/pull/220)
 * Ensure that FilePaths don't contain interior NULs wrt [#218](https://github.com/haskell/win32/pull/218)
+* Add support for GetCommandLineW [#218](https://github.com/haskell/win32/pull/221)
+* Support filepath >= 1.5.0.0 and os-string [#226](https://github.com/haskell/win32/pull/226)
+* Remove unused imports [#225](https://github.com/haskell/win32/pull/225)
 
 ## 2.13.4.0 October 2022