From 826b44fdacce5e4dda210a30060ca12f241d6da7 Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Wed, 28 May 2014 22:50:36 -0500 Subject: [PATCH] Update to canopy 0.9.11 --- RELEASE_NOTES.md | 4 ++++ src/canopy/AssemblyInfo.fs | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c31fddbf..4809a7aa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -89,3 +89,7 @@ * Updated to the lastest version of SizSelCsZzz [Issue #146](https://github.com/lefthandedgoat/canopy/issues/146) * Accepted reporter bug fix by soerennielsen. Thanks! [Issue #150](https://github.com/lefthandedgoat/canopy/issues/150) * Accepted improvement to << by soerennielsen. Thanks! [Issue #151](https://github.com/lefthandedgoat/canopy/issues/151) + +#### 0.9.11 - May 28 2014 +* Upgraded to Selenium 2.42 [Issue #152](https://github.com/lefthandedgoat/canopy/issues/152) +* Chrome is now launched with --test-type flag to hide warning message of deprecated flags [Issue #153](https://github.com/lefthandedgoat/canopy/issues/153) \ No newline at end of file diff --git a/src/canopy/AssemblyInfo.fs b/src/canopy/AssemblyInfo.fs index 39b24852..c6e0d066 100644 --- a/src/canopy/AssemblyInfo.fs +++ b/src/canopy/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.9.10" + let [] Version = "0.9.11"