Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Aug 28, 2022
1 parent 9c0c587 commit b9c9442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.txt
@@ -1,3 +1,6 @@
11.2.1 - 28 August 2022
Fix test helper .Only() not taking into account parent-level unmatched failures (#1986)

11.2.0 - 8 August 2022
Resolve issue with unexpected results when with nested Include calls with the MemberNameValidatorSelector (#1989)
Add a new Selector Factory for the Composite Selector (#1988)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>11.2.0</VersionPrefix>
<VersionPrefix>11.2.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<!-- Use CI build number as version suffix (if defined) -->
<!--<VersionSuffix Condition="'$(GITHUB_RUN_NUMBER)'!=''">ci-$(GITHUB_RUN_NUMBER)</VersionSuffix>-->
Expand Down

0 comments on commit b9c9442

Please sign in to comment.