File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.1.0] - 2023-08-21
8
+
9
+ ### Features
10
+
11
+ * CSRF protection works without additional configuration now.
12
+ * Optional deep merging of shared props.
13
+
14
+ ### Fixes
15
+
16
+ * Document Inertia headers. @buhrmi
17
+ * Documentation typo fix. @lujanfernaud
18
+ * Changelog URI fix. @PedroAugustoRamalhoDuarte
19
+
7
20
## [ 3.0.0] - 2022-09-22
8
21
9
22
* Allow rails layout to set inertia layout. Thanks @ElMassimo !
Original file line number Diff line number Diff line change 1
1
module InertiaRails
2
- VERSION = "3.0 .0"
2
+ VERSION = "3.1 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments