Skip to content

Commit c53cd50

Browse files
committed
Update release notes.
1 parent 110f343 commit c53cd50

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v35.3.1
2+
Release Date: 2024-01-12
3+
* PR 510: Added `f.Finance.VatNumber()` extension method in `Bogus.Extensions.UnitedKingdom`. Generates a UK compatible VAT registration number. Thanks p1971!
4+
15
## v35.3.0
26
Release Date: 2024-01-01
37
* PR 496: Improves Denmark CPR number generator with checksum validation. Thanks @MunroRaymaker and @NielsPilgaard!

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ In the examples above, all three alternative styles of using **Bogus** produce t
520520
* `Bogus.DataSets.Vehicle.GbRegistrationPlate()` - GB Vehicle Registration Plate
521521
* `Bogus.DataSets.Finance.SortCode()` - Banking Sort Code
522522
* `Bogus.DataSets.Finance.Nino()` - National Insurance Number
523+
* `Bogus.DataSets.Finance.VatNumber()` - Generates a UK compatible VAT registration number
523524
* `Bogus.DataSets.Address.CountryOfUnitedKingdom()` - Country of the United Kingdom
524525
* **`using Bogus.Extensions.UnitedStates;`**
525526
* `Bogus.Person.Ssn()` - Social Security Number

0 commit comments

Comments
 (0)