Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ace6080

Browse files
committedOct 10, 2019
Bump version to 2.6.0
1 parent ab6fa6b commit ace6080

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## Unreleased
3+
## [v2.5.1](https://github.com/faker-ruby/faker/tree/v2.5.1) (2019-10-10)
4+
5+
This version:
6+
- adds `Faker::Date.in_date_period`
7+
- adds `Faker::WorldCup` YARD docs
8+
- updates local dependencies
49

510
## Documentation
611

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
faker (2.5.0)
4+
faker (2.6.0)
55
i18n (>= 1.6, < 1.8)
66

77
GEM

‎lib/faker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Faker #:nodoc:
4-
VERSION = '2.5.0'
4+
VERSION = '2.6.0'
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.