Skip to content

Commit fb80714

Browse files
Bump version to 4.4.0
1 parent 6419860 commit fb80714

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## master
88

9+
## 4.4.0 (2025-12-13 🎄)
10+
911
- [PR #218](https://github.com/DmitryTsepelev/store_model/pull/218) Handle hash types on parent assignment ([@MatheusRich])
1012
- [PR #219](https://github.com/DmitryTsepelev/store_model/pull/219) Add nested errors object as error's options/details ([@zverok])
1113
- [PR #220](https://github.com/DmitryTsepelev/store_model/pull/220) Support ActiveModel 8.1+ normalization API ([@ixti])

lib/store_model/version.rb

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

33
module StoreModel # :nodoc:
4-
VERSION = "4.3.0"
4+
VERSION = "4.4.0"
55
end

0 commit comments

Comments
 (0)