Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed Oct 10, 2019
1 parent ab6fa6b commit 4e91448
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log

## Unreleased
## [v2.6.0](https://github.com/faker-ruby/faker/tree/v2.6.0) (2019-10-10)

This version:
- adds `Faker::Date.in_date_period`
- adds `Faker::WorldCup` YARD docs
- updates local dependencies

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faker (2.5.0)
faker (2.6.0)
i18n (>= 1.6, < 1.8)

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

module Faker #:nodoc:
VERSION = '2.5.0'
VERSION = '2.6.0'
end

0 comments on commit 4e91448

Please sign in to comment.