We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6419860 commit fb80714Copy full SHA for fb80714
CHANGELOG.md
@@ -6,6 +6,8 @@
6
7
## master
8
9
+## 4.4.0 (2025-12-13 🎄)
10
+
11
- [PR #218](https://github.com/DmitryTsepelev/store_model/pull/218) Handle hash types on parent assignment ([@MatheusRich])
12
- [PR #219](https://github.com/DmitryTsepelev/store_model/pull/219) Add nested errors object as error's options/details ([@zverok])
13
- [PR #220](https://github.com/DmitryTsepelev/store_model/pull/220) Support ActiveModel 8.1+ normalization API ([@ixti])
lib/store_model/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module StoreModel # :nodoc:
4
- VERSION = "4.3.0"
+ VERSION = "4.4.0"
5
end
0 commit comments