diff --git a/Build/Props/CodeJam.Default.props b/Build/Props/CodeJam.Default.props
index df39c23ca..b8b796e5c 100644
--- a/Build/Props/CodeJam.Default.props
+++ b/Build/Props/CodeJam.Default.props
@@ -9,8 +9,8 @@
False
..\Build\CodeJam.snk
- 3.0.1.0
- 3.0.1
+ 3.1.0.0
+ 3.1.0
..\_Results
RSDN
diff --git a/CodeJam.Main/Readme.txt b/CodeJam.Main/Readme.txt
index 539c71738..1c553a7da 100644
--- a/CodeJam.Main/Readme.txt
+++ b/CodeJam.Main/Readme.txt
@@ -1,8 +1,13 @@
-CodeJam 3.0.1 Release Notes
+CodeJam 3.1.0 Release Notes
-------------------------------
+What's new in 3.1.0
+-------------------
+* Return missing Jetbrains annotations
+* One argument enumerable deconstruct
+
What's new in 3.0.1
------------------------
+-------------------
* IsAssignableTo() reflection helper.
* Deconstruct methods for arrays, lists and enumerables (to support positional pattern).
* !Breaking change!: EnumHelper.GetFlagsMask() replaced with EnumHelper.GetValuesMask() method.