diff --git a/CHANGELOG.md b/CHANGELOG.md index a95ccb0345..d295b64175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v2.1.2](https://github.com/stympy/faker-ruby/faker/tree/2.1.2) (2019-10-08) + +## Enhancements + +- [PR #1495](https://github.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation [@lucasqueiroz](https://github.com/lucasqueiroz) + +## Issues + +We had to use `bundled with 1.7.3` to avoid some issues. + ## [v2.1.1](https://github.com/stympy/faker/tree/2.1.1) (2019-10-08) ## Bug/Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 6cbee4b9df..d50b6e412b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker (2.1.1) + faker (2.1.2) i18n (>= 0.8) GEM diff --git a/lib/faker/version.rb b/lib/faker/version.rb index 863be400f0..f6beb5063e 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faker #:nodoc: - VERSION = '2.1.1' + VERSION = '2.1.2' end