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