Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed May 19, 2015
1 parent 460f82d commit 73251c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@
* Changed nuget dependency from = to >= for Fsharp.Core

#### 0.9.22 - March 4 2015
* Updated to Selenium 2.45, thanks @pottereric
* Updated to Selenium 2.45, thanks @pottereric

#### 0.9.23 - May 15 2015
* Added &&&&& (always) tests which will run in both normal mode and wip mode [Issue #195](https://github.com/lefthandedgoat/canopy/issues/195)
* Added runFor which lets you run the same set of tests for multiple browsers [Issue #190](https://github.com/lefthandedgoat/canopy/issues/190)
6 changes: 3 additions & 3 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("0.9.22")>]
[<assembly: AssemblyFileVersionAttribute("0.9.22")>]
[<assembly: AssemblyVersionAttribute("0.9.23")>]
[<assembly: AssemblyFileVersionAttribute("0.9.23")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.22"
let [<Literal>] Version = "0.9.23"

0 comments on commit 73251c1

Please sign in to comment.