diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e2369539..9fe78693 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 0.5.4 - August 19, 2016 +- FIXED: SwaggerProvider and byte array [#46](https://github.com/fsprojects/SwaggerProvider/issues/46) + #### 0.5.3 - July 10, 2016 - Supported Newtonsoft.Json v9.0.1 - FIXED: props and fields name collision during quotes compilation [#38](https://github.com/fsprojects/SwaggerProvider/pull/38) diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index 6c02e3b2..d6cffa13 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.5.3" - let [] InformationalVersion = "0.5.3" + let [] Version = "0.5.4" + let [] InformationalVersion = "0.5.4"