diff --git a/FSharp.AutoComplete/AssemblyInfo.fs b/FSharp.AutoComplete/AssemblyInfo.fs index 4c691a0a8..f0d7eae63 100644 --- a/FSharp.AutoComplete/AssemblyInfo.fs +++ b/FSharp.AutoComplete/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.15.0" + let [] Version = "0.16.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1523a2dcf..e38594119 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 0.16.0 - 28.05.2015 + +* Implement multiple unsaved file checking - https://github.com/fsharp/FSharp.AutoComplete/pull/8 + #### 0.15.0 - 20.05.2015 * Add Glyphs to completion responses - https://github.com/fsharp/FSharp.AutoComplete/pull/1