Skip to content

Commit

Permalink
Increment version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Katkov committed Jul 29, 2024
1 parent 4b62cca commit de1f236
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.
- Adding a state transition from `error` to `received`. Proccessing job will be enqueued automatic after this transition was executed.

## 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
munster (0.4.0)
munster (0.4.1)
rails (>= 7.0)
state_machine_enum

Expand Down
2 changes: 1 addition & 1 deletion lib/munster/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Munster
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit de1f236

Please sign in to comment.