diff --git a/CHANGES.markdown b/CHANGES.markdown index 80f5605..998954e 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,5 +1,7 @@ # master (unreleased) +# 1.3.15 + * Updated with `tzdata-2021e` ([@panthomakos][]) # 1.3.14 diff --git a/lib/timezone/version.rb b/lib/timezone/version.rb index 7b381d1..af18a16 100644 --- a/lib/timezone/version.rb +++ b/lib/timezone/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Timezone - VERSION = '1.3.14'.freeze + VERSION = '1.3.15'.freeze end