We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44f8c5 commit a7b6b96Copy full SHA for a7b6b96
CHANGELOG.md
@@ -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,3 +1,3 @@
module DryI18n
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments