Skip to content

Commit

Permalink
Bump version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoste committed Oct 10, 2019
1 parent 3d0654e commit 9e79153
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.20](https://github.com/translation/rails/releases/tag/v1.20) (2019-10-10)

#### Fixes (bugs & defects):

* Improved `config.ignored_key_prefixes` to escape prefix from Regexp (prevent `.` to be any char).

## [v1.19](https://github.com/translation/rails/releases/tag/v1.19) (2019-09-13)

#### New features:
Expand Down
2 changes: 1 addition & 1 deletion translation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.description = 'Localize your app using either t(".keys") or _("source text") and type "rake translation:sync" to synchronize with your translators on Translation.io.'
s.homepage = 'https://translation.io'
s.email = '[email protected]'
s.version = '1.19'
s.version = '1.20'
s.authors = ['Michael Hoste', 'Aurelien Malisart']
s.license = "MIT"
s.require_paths = ["lib"]
Expand Down

0 comments on commit 9e79153

Please sign in to comment.