Skip to content

Commit e7f3d8d

Browse files
committed
Version 3.1.4
1 parent 758d249 commit e7f3d8d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased](https://github.com/railsadminteam/rails_admin/tree/HEAD)
44

5-
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.3...HEAD)
5+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.4...HEAD)
6+
7+
## [3.1.4](https://github.com/railsadminteam/rails_admin/tree/v3.1.4) - 2024-07-09
8+
9+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.3...v3.1.4)
10+
11+
### Fixed
12+
13+
- Fix [32f91e4](https://github.com/railsadminteam/rails_admin/commit/32f91e4b49205e44d3931c2e36d9f7273384a250) broke fields with HTML tags ([758d249](https://github.com/railsadminteam/rails_admin/commit/758d249d950062be6840f9c96e2a286e02b92a1e), [#3686](https://github.com/railsadminteam/rails_admin/issues/3686#issuecomment-2215491140))
614

715
## [3.1.3](https://github.com/railsadminteam/rails_admin/tree/v3.1.3) - 2024-07-06
816

lib/rails_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RailsAdmin
44
class Version
55
MAJOR = 3
66
MINOR = 1
7-
PATCH = 3
7+
PATCH = 4
88
PRE = nil
99

1010
class << self

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails_admin",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.",
55
"homepage": "https://github.com/railsadminteam/rails_admin",
66
"license": "MIT",

0 commit comments

Comments
 (0)