From 0c6c3ea857f376b5f7f8f866d8366ea1a6ba1d59 Mon Sep 17 00:00:00 2001 From: Pan Thomakos Date: Sat, 23 Oct 2021 16:34:29 -0700 Subject: [PATCH] [1.3.15] Cut Release --- CHANGES.markdown | 2 ++ lib/timezone/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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