Skip to content

Commit f43c26b

Browse files
committed
Bump version to v2.4.1
1 parent 0695548 commit f43c26b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.4.1 / 2025-12-31
2+
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.4.0...v2.4.1)
3+
4+
Enhancements:
5+
6+
* Make Mongoid and Dynamoid optional dependencies - [#190](https://github.com/simukappu/activity_notification/issues/190)
7+
8+
Bug Fixes:
9+
10+
* Fix OpenAPI schema validation errors in Subscription model
11+
* Fix Dynamoid ORM datetime format issue in optional_targets API response
12+
* Fix OpenAPI parser deprecation warning by adding strict_reference_validation configuration
13+
114
## 2.4.0 / 2025-08-20
215
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.3.3...v2.4.0)
316

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActivityNotification
2-
VERSION = "2.4.0"
2+
VERSION = "2.4.1"
33
end

0 commit comments

Comments
 (0)