diff --git a/Changelog.md b/Changelog.md
index 9749b73..6353643 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,12 @@
+Version 1.1.2
+-------------
+- Bumped Version number to resolve Nuget Conflicts
+- Setup Continous Delivery Build Pipeline to Nuget
+
+Version 1.1.1
+-------------
+- Fixed Bug in Operation.Unwrap
+
Version 1.1.0
-------------
- Added Operator `CreateBind`
diff --git a/src/Operation/Operation.csproj b/src/Operation/Operation.csproj
index de415a0..fbb8383 100644
--- a/src/Operation/Operation.csproj
+++ b/src/Operation/Operation.csproj
@@ -5,7 +5,7 @@
This Library provides a way for doing Railway Oriented Programming in C#.
Which is simply a way of encoding Errors into the Type System. The Operation class is a contract that tells the calling method that it will not throw an exception rather, any exceptions generated will be available in the returned Operation object.
Operation Extensions
- 1.1.0
+ 1.1.2
Ody Mbegbu
netstandard1.1;net45
Operation