Skip to content

Commit

Permalink
Bump version to 2.2.2 (#1728)
Browse files Browse the repository at this point in the history
* Bump version to 2.3.0

* Add #1726 to changelog

* Bump version to 2.2.3 instead

* Fix version
  • Loading branch information
vbrazo committed Sep 6, 2019
1 parent 5c6f38f commit 515fdbf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v2.2.2](https://github.com/faker-ruby/faker/tree/v2.2.2) (2019-05-09)

## Bug/Fixes

- [PR #1717](https://github.com/faker-ruby/faker/pull/1717) Fix ambiguity in element_symbol field [@psibi](https://github.com/psibi)

## Chores

- [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include rubocop-faker autocorrect in deprecation [@koic](https://github.com/koic)

## Documentation

- [PR #1726](https://github.com/faker-ruby/faker/pull/1726) Include 2.x breaking return value change in changelog [@zorab47](https://github.com/zorab47)
- [PR #1722](https://github.com/faker-ruby/faker/pull/1722) Fix examples in the Dota docs [@bzf](https://github.com/bzf)

## Update local dependencies

The following development dependencies were updated:
- rake requirement from = 12.3.1 to = 12.3.3 (#1719)
- rubocop requirement from = 0.59.1 to = 0.74.0 (#1721)
- simplecov requirement from = 0.16.1 to = 0.17.0 (#1718)

------------------------------------------------------------------------------

## [v2.2.1](https://github.com/faker-ruby/faker/tree/v2.2.1) (2019-30-08)

## Bug/Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faker (2.2.1)
faker (2.2.2)
i18n (~> 1.6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Faker #:nodoc:
VERSION = '2.2.1'
VERSION = '2.2.2'
end

0 comments on commit 515fdbf

Please sign in to comment.