Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Jan 20, 2018
1 parent eb1f7ce commit 4966fbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
@@ -1,3 +1,6 @@
## 2.8.1
- Updated password generation [@makketagg]

## 2.8.0
- Fixes `Uncaught exception: invalid byte sequence in US-ASCII` [@thilonel]
- Add international numbers on PhoneNumberFR and test it [@nicolas-brousse]
Expand Down
2 changes: 1 addition & 1 deletion ffaker.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'ffaker'
s.version = '2.8.0'
s.version = '2.8.1'
s.date = '2018-01-04'
s.rubyforge_project = 'ffaker'
s.required_ruby_version = '>= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/ffaker.rb
@@ -1,5 +1,5 @@
module FFaker
VERSION = '2.8.0'.freeze
VERSION = '2.8.1'.freeze

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

0 comments on commit 4966fbc

Please sign in to comment.