From 78541557c3a55d75f92b4485efad2d59829a3352 Mon Sep 17 00:00:00 2001 From: Michael King Date: Sat, 8 Oct 2022 15:40:18 -0400 Subject: [PATCH] kick off next release, 1.1.5 --- CHANGELOG.md | 4 ++++ lib/zebra/zpl/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bef3a..84cea9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.1.5 (next) + +* Your contribution here. + ### 1.1.4 (10/08/2022) * [#81](https://github.com/bbulpett/zebra-zpl/pull/81): Added D font type. Added `label_shift` configurable attribute - [@vkhalzov](https://github.com/vkhalzov) diff --git a/lib/zebra/zpl/version.rb b/lib/zebra/zpl/version.rb index 3c10abb..2d5ce0c 100644 --- a/lib/zebra/zpl/version.rb +++ b/lib/zebra/zpl/version.rb @@ -1,5 +1,5 @@ module Zebra module Zpl - VERSION = '1.1.4'.freeze + VERSION = '1.1.5'.freeze end end