Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Feb 13, 2023
1 parent 1b54c63 commit 9f786f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
11.5.0 - 13 Feb 2023
MemberNameValidatorSelector now supports wildcard indexes in property paths (#2056)
Added overload of TestValidateAsync that accepts a context (#2052)
Minor optimization to regex validator (#2035)
Added Kazakh translations (#2036)
Added Catalan translations and updated Spanish translations (#2050)
Updates to Uzbek Latin and Cyrillic translations (#2040/#2041/#2045)
Updates to Italian translations (#2039)
Updates to French translations (#2065)

11.4.0 - 23 Nov 2022
Deprecate ScalePrecision validator and introduce PrecisionScale validator as its replacement (#2030)

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>11.4.0</VersionPrefix>
<VersionPrefix>11.5.0</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 9f786f9

Please sign in to comment.