diff --git a/HISTORY.md b/HISTORY.md index 00bbb2ad..83ffa17a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,8 @@ ## v22.3.1 +* PR 159: Add UK National Insurance Number `f.Finance.Nino()` in `Bogus.Extensions.UnitedKingdom`. Thanks mortware! * PR 160: `DateTimeOffset` support added to `f.Date` dataset. Methods are suffixed by "Offset". IE: `f.Date.SoonOffset`. Thanks Simon! * Added `refDate` parameter to `f.Date.Soon` and `f.Date.Recent`. -* `f.Date.Between(start, end)` now respects `DateTimeKind.Utc` +* `f.Date.Between(start, end)` now respects `DateTimeKind.Utc`. ## v22.2.1 * PR 153: Possible breaking changes: Minor typo & spelling corrections made to some parameter names. Thanks for the corrections Simon! diff --git a/README.md b/README.md index c22c5058..4a4612a5 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ public void Using_FakerT_Inheritance() * `Bogus.DataSets.Finance.CodiceFiscale()` - Codice Fiscale * **`using Bogus.Extensions.UnitedKingdom;`** * `Bogus.DataSets.Finance.SortCode()` - Banking Sort Code + * `Bogus.DataSets.Finance.Nino()` - National Insurance Number * **`using Bogus.Extensions.UnitedStates;`** * `Bogus.Person.Ssn()` - Social Security Number * **`using Bogus.Distributions.Gaussian;`**