diff --git a/CHANGELOG.md b/CHANGELOG.md index 2039047f63..ddf9a94354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,30 @@ ------------------------------------------------------------------------------ +## [v1.9.5](https://github.com/stympy/faker/tree/v1.9.5) (2019-07-04) + +### Bug + +- [PR #1644](https://github.com/stympy/faker/pull/1644) Revert fakerbot and move to own repository inside new organization [@vbrazo](https://github.com/vbrazo) + +### Deprecate + +- [PR #1516](https://github.com/stympy/faker/pull/1516) Deprecate Faker::Number.decimal_part and Faker::Number.leading_zero_number [@vbrazo](https://github.com/vbrazo) + +### Documentation + +- [PR #1640](https://github.com/stympy/faker/pull/1640) Add pull_request_template.md [@vbrazo](https://github.com/vbrazo) + +### Feature Request + +- [PR #1361](https://github.com/stympy/faker/pull/1361) Add Faker::File.dir [@tylerhunt](https://github.com/tylerhunt) + +### Update Locales + +- [PR #1643](https://github.com/stympy/faker/pull/1643) Add 558 Verb ing_forms from Verb base [@lightyrs](https://github.com/lightyrs) + +------------------------------------------------------------------------------ + ## [v1.9.4](https://github.com/stympy/faker/tree/v1.9.4) (2019-06-19) ### Bug/Fixes diff --git a/Gemfile.lock b/Gemfile.lock index ccca280914..21e72420fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker (1.9.4) + faker (1.9.5) i18n (>= 0.7) GEM diff --git a/faker-1.9.5.gem b/faker-1.9.5.gem new file mode 100644 index 0000000000..23705160a9 Binary files /dev/null and b/faker-1.9.5.gem differ diff --git a/lib/faker/version.rb b/lib/faker/version.rb index bfbfd84734..31cda4fcce 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faker #:nodoc: - VERSION = '1.9.4' + VERSION = '1.9.5' end