Skip to content

Commit 6f249f1

Browse files
committed
Bump to version 3.1.0
1 parent 658b257 commit 6f249f1

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
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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!

lib/inertia_rails/version.rb

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

0 commit comments

Comments
 (0)