Skip to content

Commit

Permalink
0.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacabraham committed Apr 10, 2020
1 parent 58392da commit 1b29891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Release Notes
=============
## 0.9.0
* Support for Cognitive Services
* Ensure Functions Runtime is correct set (lower-case)
* Support for Docker Hub on Web Apps

## 0.8.0
* Improved support for What-If API
* Post-deployment Web Deploy for App Service
Expand Down
4 changes: 2 additions & 2 deletions src/Farmer/Farmer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<!-- General -->
<AssemblyName>Farmer</AssemblyName>
<Version>0.8.0</Version>
<Description>An F# DSL for rapidly generating non-complex ARM templates.</Description>
<Version>0.9.0</Version>
<Description>A DSL for rapidly generating non-complex ARM templates.</Description>
<Copyright>Copyright 2019, 2020 Compositional IT Ltd.</Copyright>
<Company>Compositional IT</Company>
<Authors>Isaac Abraham and contributors</Authors>
Expand Down

0 comments on commit 1b29891

Please sign in to comment.