From adcadf94a31cc62dd69b54253cc87341e5ba9756 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Tue, 5 Mar 2024 09:46:25 -0600 Subject: [PATCH] Version bump --- .travis.yml | 4 ---- CHANGELOG.md | 7 ++++++- lib/receipts/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e29950d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: ruby -rvm: - - 2.3.3 - - 2.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 046ff72..977e2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ ### Unreleased +### 2.3.0 + +* Add `column_widths:` option to specify line item column widths #35 + +### 2.2.0 + * Allow specifiying other page sizes - @excid3 * Add `logo_height:` option to specify the height of the logo image ### 2.1.0 * Add `Receipts.default_font` - @excid3 ->>>>>>> 65dc0260770f3d751f67dc5433be09127367b83b ### 2.0.0 diff --git a/lib/receipts/version.rb b/lib/receipts/version.rb index 0d38ae1..7ef9318 100644 --- a/lib/receipts/version.rb +++ b/lib/receipts/version.rb @@ -1,3 +1,3 @@ module Receipts - VERSION = "2.2.0" + VERSION = "2.3.0" end