diff --git a/NtApiDotNet/NtApiDotNet.Core.csproj b/NtApiDotNet/NtApiDotNet.Core.csproj
index f8cd3954c..5bf9efd76 100644
--- a/NtApiDotNet/NtApiDotNet.Core.csproj
+++ b/NtApiDotNet/NtApiDotNet.Core.csproj
@@ -7,7 +7,7 @@
James Forshaw
Google Inc.
NtApiDotNet
- 1.1.8.0
+ 1.1.9.0
Copyright © Google Inc. 2016, 2017, 2018
1.0.0.0
https://www.apache.org/licenses/LICENSE-2.0
diff --git a/NtApiDotNet/NtApiDotNet.nuspec b/NtApiDotNet/NtApiDotNet.nuspec
index 0e2697b5b..5bc7f1308 100644
--- a/NtApiDotNet/NtApiDotNet.nuspec
+++ b/NtApiDotNet/NtApiDotNet.nuspec
@@ -11,6 +11,13 @@
false
A .NET class library to access native NT API system calls
+1.1.9
+-----
+* Fix for bug when querying extended process information on Windows 7/8.
+* Add OneDrive file attributes from thierry.franzetti.
+* Added support for displaying child AppContainer names.
+* Various improvements to section editor including integer data inspectors.
+
1.1.8
-----
* Better support for relative paths in the cmdlets including supporting ones based on the current directory.
diff --git a/NtApiDotNet/Properties/AssemblyInfo.cs b/NtApiDotNet/Properties/AssemblyInfo.cs
index 09f2fe983..628ba9c63 100644
--- a/NtApiDotNet/Properties/AssemblyInfo.cs
+++ b/NtApiDotNet/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.8.0")]
-[assembly: AssemblyInformationalVersion("1.1.8")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("1.1.9.0")]
+[assembly: AssemblyInformationalVersion("1.1.9")]
\ No newline at end of file
diff --git a/NtObjectManager/NtObjectManager.Core.csproj b/NtObjectManager/NtObjectManager.Core.csproj
index d342ab674..7b74675ca 100644
--- a/NtObjectManager/NtObjectManager.Core.csproj
+++ b/NtObjectManager/NtObjectManager.Core.csproj
@@ -7,7 +7,7 @@
James Forshaw
Google Inc.
NtObjectManager
- 1.1.8.0
+ 1.1.9.0
Copyright © Google Inc. 2016, 2017, 2018
1.0.0.0
https://www.apache.org/licenses/LICENSE-2.0
diff --git a/NtObjectManager/NtObjectManager.psd1 b/NtObjectManager/NtObjectManager.psd1
index cd80a3d9b..71453c41c 100644
--- a/NtObjectManager/NtObjectManager.psd1
+++ b/NtObjectManager/NtObjectManager.psd1
@@ -18,7 +18,7 @@
RootModule = 'NtObjectManager.psm1'
# Version number of this module.
-ModuleVersion = '1.1.8'
+ModuleVersion = '1.1.9'
# Supported PSEditions
# CompatiblePSEditions = @()
@@ -93,7 +93,13 @@ PrivateData = @{
ProjectUri = 'https://github.com/google/sandbox-attacksurface-analysis-tools'
# ReleaseNotes of this module
- ReleaseNotes = '1.1.8
+ ReleaseNotes = '1.1.9
+-----
+* Fix for bug when querying extended process information on Windows 7/8.
+* Add OneDrive file attributes from thierry.franzetti.
+* Added support for displaying child AppContainer names.
+* Various improvements to section editor including integer data inspectors.
+1.1.8
-----
* Better support for relative paths in the cmdlets including supporting ones based on the current directory.
* RenameEx and DispositionEx support from fllombard.
diff --git a/NtObjectManager/Properties/AssemblyInfo.cs b/NtObjectManager/Properties/AssemblyInfo.cs
index fc033533c..a0a651d45 100644
--- a/NtObjectManager/Properties/AssemblyInfo.cs
+++ b/NtObjectManager/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.8.0")]
-[assembly: AssemblyInformationalVersion("1.1.8")]
+[assembly: AssemblyFileVersion("1.1.9.0")]
+[assembly: AssemblyInformationalVersion("1.1.9")]
diff --git a/README.txt b/README.txt
index dec4dc479..f3b6beef0 100644
--- a/README.txt
+++ b/README.txt
@@ -21,6 +21,13 @@ with .NET Core 2.0 by building the specific project files.
Release Notes:
+1.1.9
+-----
+* Fix for bug when querying extended process information on Windows 7/8.
+* Add OneDrive file attributes from thierry.franzetti.
+* Added support for displaying child AppContainer names.
+* Various improvements to section editor including integer data inspectors.
+
1.1.8
-----
* Better support for relative paths in the cmdlets including supporting ones based on the current directory.