Skip to content

Commit a7b6b96

Browse files
committed
Bump version
1 parent a44f8c5 commit a7b6b96

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
## [v1.0.1](https://github.com/stympy/dry_i18n/tree/v1.0.1) (30-4-2018)
4+
[Full Changelog](https://github.com/stympy/dry_i18n/compare/v1.0.0...v1.0.1)
5+
6+
**Fixes**
7+
8+
- Error in 'scan' method when used gem Faker [\#3](https://github.com/NachoPal/dry_i18n/issues/3)
9+
- Error when use I18n.transliterate [\#1](https://github.com/NachoPal/dry_i18n/issues/1)

lib/dry_i18n/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DryI18n
2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"
33
end

0 commit comments

Comments
 (0)