From 9db139105ad0a9bd7a0a95abf3468206c1853580 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Thu, 8 Aug 2024 13:54:04 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ lib/munster/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d531725..dcf970f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.2 + +- When processing a webhook, print messages to the ActiveJob logger. This allows for quicker debugging if the app does not have an error tracking service set up + ## 0.4.1 - Webhook processor now requires `active_job/railtie`, instead of `active_job`. It requires GlobalID to work and that get's required only with railtie. diff --git a/lib/munster/version.rb b/lib/munster/version.rb index 2d636ff..4a97241 100644 --- a/lib/munster/version.rb +++ b/lib/munster/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Munster - VERSION = "0.4.1" + VERSION = "0.4.2" end