Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Oct 3, 2019
1 parent 6732245 commit a0093d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
@@ -1,6 +1,8 @@
## development

- Add your change HERE

## 2.13.0
- Add `Bank.card_number`, `.card_expiry_date` and `.card_type` [@AlexWayfer]
- Add `Bank.iban` [@Volosh1n]
- Add optional argument to `AddressUS.state_abbr` to determine state's abbreviation [@Volosh1n]
Expand Down
4 changes: 2 additions & 2 deletions ffaker.gemspec
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'ffaker'
s.version = '2.12.0'
s.date = '2019-08-24'
s.version = '2.13.0'
s.date = '2019-10-04'
s.rubyforge_project = 'ffaker'
s.required_ruby_version = '>= 2.4'

Expand Down
2 changes: 1 addition & 1 deletion lib/ffaker.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module FFaker
VERSION = '2.12.0'
VERSION = '2.13.0'

require 'ffaker/utils/array_utils'
require 'ffaker/utils/module_utils'
Expand Down

0 comments on commit a0093d4

Please sign in to comment.