Skip to content

Commit

Permalink
New patch release (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannibrasil committed Apr 2, 2024
1 parent 52e5d43 commit 49fa02c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v3.3.1](https://github.com/faker-ruby/faker/tree/v3.3.1) (2024-04-02)

### Bug fixes

* Fix bug on phone number generator for `en-US` locale caused by incorrect `.yml` file structure by @aprescott in https://github.com/faker-ruby/faker/pull/2924

### What's Changed

* Added docs for Deprecator in CONTRIBUTING.md by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2919
* Rename Faker::show to Faker::Theater by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2921
* renamed nhs to national_health_service by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2923

### New Contributors
* @aprescott made their first contribution in https://github.com/faker-ruby/faker/pull/2924

**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1

-------------------------

## [v3.3.0](https://github.com/faker-ruby/faker/tree/v3.3.0) (2024-03-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faker (3.3.0)
faker (3.3.1)
i18n (>= 1.8.11, < 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Faker # :nodoc:
VERSION = '3.3.0'
VERSION = '3.3.1'
end

0 comments on commit 49fa02c

Please sign in to comment.