From 1334ea1a5f12259a190c4e2849cda0830142fc91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jul 2024 05:01:18 +0000 Subject: [PATCH] release: 0.4.2 [skip ci] ## [0.4.2](https://github.com/yokenzan/receiptisan/compare/v0.4.1...v0.4.2) (2024-07-04) --- CHANGELOG.md | 2 ++ lib/receiptisan/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdcbbc..e89f8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.4.2](https://github.com/yokenzan/receiptisan/compare/v0.4.1...v0.4.2) (2024-07-04) + ## [0.4.1](https://github.com/yokenzan/receiptisan/compare/v0.4.0...v0.4.1) (2024-06-21) # [0.4.0](https://github.com/yokenzan/receiptisan/compare/v0.3.6...v0.4.0) (2024-04-18) diff --git a/lib/receiptisan/version.rb b/lib/receiptisan/version.rb index fd52869..07e8357 100644 --- a/lib/receiptisan/version.rb +++ b/lib/receiptisan/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Receiptisan - VERSION = '0.4.1' + VERSION = '0.4.2' end