diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 50d8d82b..17221d9a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -277,4 +277,7 @@ Fix chrome develop options popup [Issue #289](https://github.com/lefthandedgoat/ Fix runFor [Issue #292](https://github.com/lefthandedgoat/canopy/issue/292) #### 1.0.0 - Nov 4 2016 -Update to Selenium 3.0 (Note that anything like rightClick or hover which uses the actions api does not work with FF (which now requires gechkodriver)) [Issue #300](https://github.com/lefthandedgoat/canopy/issue/300) \ No newline at end of file +Update to Selenium 3.0 (Note that anything like rightClick or hover which uses the actions api does not work with FF (which now requires gechkodriver)) [Issue #300](https://github.com/lefthandedgoat/canopy/issue/300) + +#### 1.0.1 - Nov 6 2016 +Basic JUnitReporter implementation by blair55 [Issue #302](https://github.com/lefthandedgoat/canopy/issue/302) \ No newline at end of file diff --git a/src/canopy/AssemblyInfo.fs b/src/canopy/AssemblyInfo.fs index f35cab74..fc96f746 100644 --- a/src/canopy/AssemblyInfo.fs +++ b/src/canopy/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.0" - let [] InformationalVersion = "1.0.0" + let [] Version = "1.0.1" + let [] InformationalVersion = "1.0.1"