Skip to content

Commit

Permalink
2.17.0 update (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFagundes committed Aug 17, 2020
1 parent d79d17a commit c180f9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Expand Up @@ -2,6 +2,13 @@

- Add your change HERE

## 2.17.0
- Apply Rubocop's autocorrect [@marocchino]
- Remove Ruby-2.4 support [@marocchino]
- Remove OpenStruct [@Volosh1n]
- Fix PhoneNumberBR Area Codes [@CarlosMouraJR]
- More minor fixes [@marocchino]

## 2.16.0
- Add IdentificationIN [@nigelgomesot]
- Improved NL zipcode generation [@gerard76]
Expand Down
2 changes: 1 addition & 1 deletion ffaker.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|

s.name = 'ffaker'
s.version = FFaker::VERSION
s.date = '2020-07-26'
s.date = '2020-08-17'
s.required_ruby_version = '>= 2.5'

s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FFaker
VERSION = '2.16.0'
VERSION = '2.17.0'
end

0 comments on commit c180f9f

Please sign in to comment.