Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Aug 14, 2015
1 parent 3d768d6 commit f90005a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
0.28.1
0.29.1
* [FIX] #80: Creating an Template Field item

0.29.0
* [NEW] #43: AutoFixture integration

0.28.1
* [NEW] #76: Register the `__Page Level Test Set Definition` analytics field
* [FIX] #77: Standard Template should return empty `BaseTemplates` collection
* [FIX] #79: Cannot set a field value for an item in Invariant language
Expand Down
6 changes: 3 additions & 3 deletions src/Sitecore.FakeDb/Properties/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("0.29.0.0")]
[assembly: AssemblyFileVersion("0.29.0.0")]
[assembly: AssemblyInformationalVersion("0.29.0")]
[assembly: AssemblyVersion("0.29.1.0")]
[assembly: AssemblyFileVersion("0.29.1.0")]
[assembly: AssemblyInformationalVersion("0.29.1")]

0 comments on commit f90005a

Please sign in to comment.