From 271a8c81f22668cedfa718b9156b296df8c24a28 Mon Sep 17 00:00:00 2001 From: Pan Thomakos Date: Sat, 18 Jan 2025 09:01:34 -0800 Subject: [PATCH] [1.3.28] 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 9bb94b7..39b00cb 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,5 +1,7 @@ # master (unreleased) +# 1.3.28 + * Updated with `tzdata-2025a` ([@panthomakos][]) # 1.3.27 diff --git a/lib/timezone/version.rb b/lib/timezone/version.rb index 62c52f5..f6574dd 100644 --- a/lib/timezone/version.rb +++ b/lib/timezone/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Timezone - VERSION = '1.3.27' + VERSION = '1.3.28' end