Skip to content

Commit 8d82401

Browse files
committed
Bump alchemy_cms to 7.4.1
1 parent 3c8e7dd commit 8d82401

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.4.1 (2025-03-05)
4+
5+
- [7.4-stable] Fix image cropper [#3193](https://github.com/AlchemyCMS/alchemy_cms/pull/3193) ([alchemycms-bot](https://github.com/alchemycms-bot))
6+
37
## 7.4.0 (2025-02-07)
48

59
- Add specs for format matchers [#3182](https://github.com/AlchemyCMS/alchemy_cms/pull/3182) ([mamhoff](https://github.com/mamhoff))

lib/alchemy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Alchemy
4-
VERSION = "7.4.0"
4+
VERSION = "7.4.1"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)