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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
720## [ 3.0.0] - 2022-09-22
821
922* Allow rails layout to set inertia layout. Thanks @ElMassimo !
Original file line number Diff line number Diff line change 11module InertiaRails
2- VERSION = "3.0 .0"
2+ VERSION = "3.1 .0"
33end
You can’t perform that action at this time.
0 commit comments