Skip to content

Commit 4ea9c26

Browse files
committed
Bump to 3.4.0
1 parent 716f82c commit 4ea9c26

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file.
33

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).
6-
## Unreleased
76

8-
### Added
7+
## [3.4.0] - 2024-11-02
98

109
* Inertia Rails documentation (@skryukov)
10+
* Add specs for config refactor (#139)
11+
* New feature: if/unless/only/except options for inertia_share. Enables per-action sharing! (#137, @skryukov)
12+
* Bugfix: for inertia errors when using message_pack to serialize cookies. (#143, @BenMorganMY)
13+
* Test Rails 7.2 in CI/CD (#145, @skryukov)
14+
* Bring redirect behavior in line with Rails 7.0 behavior (#146, @skryukov)
15+
* Gemspec cleanup (#149, @skryukov)
1116

1217
## [3.3.0] - 2024-10-27
1318

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.3.0"
2+
VERSION = "3.4.0"
33
end

0 commit comments

Comments
 (0)