diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 12ed71a0..39337d9c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 0.5.2 - June 23, 2016 +- FIXED: 201 status codes should be used as a return type for operations [#34](https://github.com/fsprojects/SwaggerProvider/issues/34) + #### 0.5.1 - April 30, 2016 - FIXED: Collisions in provided type names [#27](https://github.com/fsprojects/SwaggerProvider/issues/27) diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index a9b7f165..a503fd4c 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.1" - let [] InformationalVersion = "0.5.1" + let [] Version = "0.5.2" + let [] InformationalVersion = "0.5.2"